diff --git a/exec/tickit.js b/exec/tickit.js
index a9e64f43a398912f844d00d7e7c07215f91382e6..bd4fc0df113a9017b96b4d928e678e0c96eae571 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;
 	}