From f3802a07ca150e1c65685864f47da908630e570b Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Thu, 28 Jul 2016 02:48:28 +0000
Subject: [PATCH] Fix error in previous commit.

---
 exec/tickit.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exec/tickit.js b/exec/tickit.js
index 647547d96e..a9e64f43a3 100644
--- a/exec/tickit.js
+++ b/exec/tickit.js
@@ -149,7 +149,7 @@ function process_tic(tic)
 	}
 
 	if (handler !== undefined) {
-		if (handler.Handle_TIC(tic, this);
+		if (handler.Handle_TIC(tic, this));
 			return true;
 	}
 
-- 
GitLab