Skip to content

Commit c2c28fd

Browse files
committed
Fix a bit
1 parent adb0df9 commit c2c28fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext/intl/grapheme/grapheme_string.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1188,9 +1188,8 @@ U_CFUNC PHP_FUNCTION(grapheme_strrev)
11881188
}
11891189
current = pos;
11901190
}
1191-
1192-
RETVAL_NEW_STR(ret);
11931191
ubrk_end:
1192+
RETVAL_NEW_STR(ret);
11941193
ubrk_close(bi);
11951194
close:
11961195
utext_close(ut);

0 commit comments

Comments
 (0)