Skip to content
Snippets Groups Projects
Commit 179cc50e authored by deuce's avatar deuce
Browse files

Remove extraneous semi-colon

parent f3802a07
No related branches found
No related tags found
No related merge requests found
...@@ -149,7 +149,7 @@ function process_tic(tic) ...@@ -149,7 +149,7 @@ function process_tic(tic)
} }
if (handler !== undefined) { if (handler !== undefined) {
if (handler.Handle_TIC(tic, this)); if (handler.Handle_TIC(tic, this))
return true; return true;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment