Skip to content

Commit f38c86d

Browse files
committed
(addition to incbasic fix)
1 parent c394751 commit f38c86d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

preprocess.lex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ int yywrap(void) {
394394
fclose(finished_file);
395395
}
396396

397-
printf(" incbasicend\n");
397+
printf("\n incbasicend\n");
398398

399399
return 0; // Signal to Flex: "more input is available from the new (old) buffer"
400400
}

0 commit comments

Comments
 (0)