From f795e1cfd23f1e610dfd22c005e5f4a09de4886a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 9 Dec 2012 05:15:21 +0000 Subject: style cleanup --- source/blender/blenlib/intern/string_cursor_utf8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/intern/string_cursor_utf8.c') diff --git a/source/blender/blenlib/intern/string_cursor_utf8.c b/source/blender/blenlib/intern/string_cursor_utf8.c index 8e8b23bd666..c364d22b75b 100644 --- a/source/blender/blenlib/intern/string_cursor_utf8.c +++ b/source/blender/blenlib/intern/string_cursor_utf8.c @@ -150,7 +150,7 @@ void BLI_str_cursor_step_utf8(const char *str, size_t maxlen, * list of special character, ctr -> */ while (TRUE) { if ((jump != STRCUR_JUMP_ALL) && (delim_type != cursor_delim_type(&str[*pos]))) { - break; + break; } else if ((*pos) >= maxlen) { break; -- cgit v1.2.3