summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--t/test_umberlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test_umberlog.c b/t/test_umberlog.c
index 9265c6a..340ea43 100644
--- a/t/test_umberlog.c
+++ b/t/test_umberlog.c
@@ -209,7 +209,7 @@ START_TEST (test_json_escape)
"control", "foo\nbar",
"utf8", "Árvíztűrő tükörfúrógép",
"junk", "\013foo",
- "all_control", control_chars,
+ "all_control", control_chars,
NULL);
jo = parse_msg (msg);
free (msg);