diff options
-rw-r--r-- | boxes.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -922,7 +922,7 @@ void doCommand(view *view, char *command) | |||
922 | { | 922 | { |
923 | if (strcmp(functions[i].name, command) == 0) | 923 | if (strcmp(functions[i].name, command) == 0) |
924 | { | 924 | { |
925 | if (functions[i].handler); | 925 | if (functions[i].handler) |
926 | { | 926 | { |
927 | functions[i].handler(view); | 927 | functions[i].handler(view); |
928 | updateLine(view); | 928 | updateLine(view); |