1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-03 13:31:23 +00:00

Fixes whitespace of missing source file error message

This commit is contained in:
Doug Kearns 2021-03-09 22:35:11 +11:00
parent 4c29117b50
commit b8e43388da

View file

@ -1550,7 +1550,7 @@ IF idemode = 0 THEN
qberrorhappened1:
IF qberrorhappened = 1 THEN
PRINT
PRINT "Cannot locate source file:" + sourcefile$
PRINT "Cannot locate source file: " + sourcefile$
IF ConsoleMode THEN SYSTEM 1
END 1
ELSE