Skip to content

Commit 7c11e1b

Browse files
committed
Make LGTM happier
1 parent 974edcb commit 7c11e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fontforgeexe/pythonui.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ static char *SetMnemonicSuffix(const char*menu_string, unichar_t c) {
216216
--i;
217217
if ( *(r+i)==')' ) {
218218
--i;
219-
if ( *(r+i)>0 && *(r+i)<128 ) {
219+
if ( *(r+i)>0 ) {
220220
--i;
221221
if ( *(r+i)=='(' ) {
222222
--i;

0 commit comments

Comments
 (0)