parser: Add newline to end of utok()
Signed-off-by: Ian Moffett <ian@mirocom.org>
This commit is contained in:
@@ -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) \
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user