diff --git a/json_tokener.c b/json_tokener.c index 896734c..5d9ba73 100644 --- a/json_tokener.c +++ b/json_tokener.c @@ -116,7 +116,7 @@ static const char *json_tokener_errors[] = { "invalid string sequence", "expected comment", "invalid utf-8 string", - "out of memory", + "out of memory", "buffer size overflow" }; /* clang-format on */