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
parent
commit
a54254284f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      json_tokener.c

+ 2
- 2
json_tokener.c View File

@@ -116,8 +116,8 @@ static const char *json_tokener_errors[] = {
"invalid string sequence",
"expected comment",
"invalid utf-8 string",
"buffer size overflow",
"out of memory"
"out of memory",
"buffer size overflow"
};
/* clang-format on */



Loading…
Cancel
Save