From 637f5195b5f0f3e0fbd4b0c33e4b6c026600575e Mon Sep 17 00:00:00 2001 From: iasunsea Date: Fri, 22 Sep 2023 17:19:17 +0800 Subject: [PATCH] Update json_tokener.c --- json_tokener.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */