parser: Add newline to end of utok()

Signed-off-by: Ian Moffett <ian@mirocom.org>
This commit is contained in:
2026-02-15 21:11:25 -05:00
parent 1ad72ea5a2
commit 695f408369

View File

@@ -34,7 +34,7 @@
#define utok(state, expt, got) \
trace_error( \
(state), \
"expected %s, got %s instead", \
"expected %s, got %s instead\n", \
(expt), \
(got) \
)