1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-03 10:01:21 +00:00

Merge pull request #144 from dkearns/fix-missing-source-file-message [ci-skip]

Fixes whitespace of missing source file error message
This commit is contained in:
Fellippe Heitor 2021-03-09 08:49:43 -03:00 committed by GitHub
commit 16109a1d42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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