Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-05-05 22:41:45 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-05-05 22:41:45 +0400
commitc97983c9dea72737ad29b6ee3a71726e4a8a11e7 (patch)
tree31d0d5c3a20e27a395be72a6f2f030e2ba4c6ffa /source/blender/blenlib/intern/string.c
parent02fd2d256ddfbe12b6800eecab9b4223ade422fc (diff)
correction for uv template, also some doxygen comment corrections.
Diffstat (limited to 'source/blender/blenlib/intern/string.c')
-rw-r--r--source/blender/blenlib/intern/string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/string.c b/source/blender/blenlib/intern/string.c
index ba914944733..0982670eb5a 100644
--- a/source/blender/blenlib/intern/string.c
+++ b/source/blender/blenlib/intern/string.c
@@ -542,7 +542,7 @@ void BLI_ascii_strtoupper(char *str, const size_t len)
* 2.0010 -> 2.001
*
* \param str
- * \param len
+ * \param pad
* \return The number of zeto's stripped.
*/
int BLI_str_rstrip_float_zero(char *str, const char pad)