From 02b927b8c4702cadf089f3e26fa553bdc66483b1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 31 May 2012 18:40:06 +0000 Subject: style cleanup --- source/blender/blenlib/intern/path_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/intern/path_util.c') diff --git a/source/blender/blenlib/intern/path_util.c b/source/blender/blenlib/intern/path_util.c index 3c7e66f280a..1bda7b5ee7e 100644 --- a/source/blender/blenlib/intern/path_util.c +++ b/source/blender/blenlib/intern/path_util.c @@ -98,7 +98,7 @@ int BLI_stringdec(const char *string, char *head, char *tail, unsigned short *nu if (lslash) lenlslash = (int)(lslash - string); - while (len > lenlslash && string[--len] != '.') {}; + while (len > lenlslash && string[--len] != '.') {} if (len == lenlslash && string[len] != '.') len = len2; for (i = len - 1; i >= lenlslash; i--) { -- cgit v1.2.3