Skip to content
Snippets Groups Projects
Commit f3d18723 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 f587a43e
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -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