From a82dba46a5d5ba73e2cba7e168dab003b3f5a03f Mon Sep 17 00:00:00 2001 From: "Joshua J. Cogliati" Date: Fri, 30 Dec 2022 10:07:11 -0700 Subject: [PATCH] Add newline to output. --- eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eval.c b/eval.c index 5febb74..13914a3 100644 --- a/eval.c +++ b/eval.c @@ -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,