Browse Source
fix error des of 'error_memory'
3dad694
and 6dd8618
, the decs mast keep the same as the enum change the post
pull/834/head
iasunsea
GitHub
2 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
json_tokener.c
|
@@ -116,8 +116,8 @@ static const char *json_tokener_errors[] = { |
|
|
"invalid string sequence", |
|
|
"invalid string sequence", |
|
|
"expected comment", |
|
|
"expected comment", |
|
|
"invalid utf-8 string", |
|
|
"invalid utf-8 string", |
|
|
"buffer size overflow", |
|
|
|
|
|
"out of memory" |
|
|
|
|
|
|
|
|
"out of memory", |
|
|
|
|
|
"buffer size overflow" |
|
|
}; |
|
|
}; |
|
|
/* clang-format on */ |
|
|
/* clang-format on */ |
|
|
|
|
|
|
|
|