aboutsummaryrefslogtreecommitdiffstats
path: root/dftest.c
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2023-01-07 19:55:06 +0000
committerJoão Valverde <j@v6e.pt>2023-01-07 22:28:01 +0000
commitfcf97be1e98b48b95e32ce204507cd6e95a06b18 (patch)
tree01993c2b010093dcfec3d874245762aa0fd03369 /dftest.c
parent46d58f97cc824b9d92adb33d1fe643354e6c6224 (diff)
dftest: Move a newline insertion
We want the string to not end with a new line for logging purposes but add the final new line when printing to a file stream.
Diffstat (limited to 'dftest.c')
-rw-r--r--dftest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dftest.c b/dftest.c
index 53e39614be..c5d584c339 100644
--- a/dftest.c
+++ b/dftest.c
@@ -388,7 +388,6 @@ main(int argc, char **argv)
print_syntax_tree(df);
dfilter_dump(stdout, df);
- printf("\n");
print_warnings(df);