Skip to content

Commit

Permalink
Add newline to output.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrincayc committed Jan 7, 2023
1 parent 00c6946 commit a82dba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eval.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ void vs_print() {

void debprintline(int line, char *name) {
if (!varTrue(Redefp)) return;
ndprintf(stdout, "%d %t: ", line, name);
ndprintf(stdout, "%d %t:\n", line, name);
do_debug(deb_enum)
vs_print();
ndprintf(stdout, "current_unode=0x%x, output_unode=0x%x\n\n",current_unode,
Expand Down

0 comments on commit a82dba4

Please sign in to comment.