style cleanup

This commit is contained in:
2012-12-09 05:15:21 +00:00
parent 78c7951463
commit f795e1cfd2
2 changed files with 22 additions and 22 deletions

View File

@@ -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;