Skip to content

Commit 34540a4

Browse files
author
Jotham Gates
committed
Fixed lack of new lines for no parameter macros
1 parent a0299c4 commit 34540a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

picaxepreprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ def progparse(curfilename, called_from_line=None, called_from_file=None):
413413
argnum+=1
414414
if macrocontents.strip()==")":
415415
preprocessor_info("no parameters to macro")
416-
macros[macroname][0]="'Start of macro: "+macroname
416+
macros[macroname][0]="'Start of macro: "+macroname+"\n"
417417
preprocessor_info(macros)
418418
break
419419
else:

0 commit comments

Comments
 (0)