aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/boxes.c
diff options
context:
space:
mode:
Diffstat (limited to 'boxes.c')
-rw-r--r--boxes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/boxes.c b/boxes.c
index bc7b6b9..64d16a9 100644
--- a/boxes.c
+++ b/boxes.c
@@ -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);