From c97983c9dea72737ad29b6ee3a71726e4a8a11e7 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 5 May 2013 18:41:45 +0000 Subject: correction for uv template, also some doxygen comment corrections. --- source/blender/blenlib/intern/string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/intern/string.c') 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) -- cgit v1.2.3