Skip to content
Snippets Groups Projects
Commit 9ed32a60 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Resolve SyntaxError: missing ) after condition

As seen logging on to WLARB ("too")
parent 795a4211
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ function pickfont()
var slot=0;
if(argc>0) {
slot=parseInt(argv[0]);
if (isNaN(slot)
if (isNaN(slot))
slot = 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment