1
0
Fork 0

Minor typo

This commit is contained in:
Matthew Maring 2020-11-22 13:30:24 -05:00
parent 3582325aa4
commit fe8bb7526b

View file

@ -161,7 +161,7 @@ var SimbriefParser = {
} }
if (ident == "TOD") { if (ident == "TOD") {
_foundTOC = 1; _foundTOD = 1;
continue; continue;
} }