Skip to content

Commit 3df2cc5

Browse files
committed
fix:includes file formatting
1 parent 2d7ae65 commit 3df2cc5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

statements.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4877,6 +4877,7 @@ void add_includes (char *myinclude)
48774877
if (includesfile_already_done)
48784878
prwarn ("include ignored (includes should typically precede other statements)");
48794879
strcat (user_includes, myinclude);
4880+
strcat (user_includes, "\n");
48804881
}
48814882

48824883
void add_inline (char *myinclude)

0 commit comments

Comments
 (0)