From f161728dc303af18c0756513af37fd2b1d89143d Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Thu, 30 Jan 2014 19:10:45 +1000 Subject: Oops, typo. --- boxes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { if (strcmp(functions[i].name, command) == 0) { - if (functions[i].handler); + if (functions[i].handler) { functions[i].handler(view); updateLine(view); -- cgit v1.1