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

fix indentation

This commit is contained in:
Zachary Spriggs 2021-03-19 10:12:29 -04:00 committed by GitHub
parent 92865ace3b
commit 3062ca078a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3046,7 +3046,7 @@ DO
IF prepass = 0 THEN
IF NoChecks = 0 THEN PRINT #12, "do{"
PRINT #12, "sub__dest(func__console());"
PRINT #12, "sub__source(func__console());"
PRINT #12, "sub__source(func__console());"
GOTO finishedline2
ELSE
GOTO finishednonexec