diff options
Diffstat (limited to 'src/include/common/jsonapi.h')
-rw-r--r-- | src/include/common/jsonapi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/common/jsonapi.h b/src/include/common/jsonapi.h index 1207e542f7a..2f8533c2b73 100644 --- a/src/include/common/jsonapi.h +++ b/src/include/common/jsonapi.h @@ -30,7 +30,7 @@ typedef enum JsonTokenType JSON_TOKEN_TRUE, JSON_TOKEN_FALSE, JSON_TOKEN_NULL, - JSON_TOKEN_END + JSON_TOKEN_END, } JsonTokenType; typedef enum JsonParseErrorType @@ -54,7 +54,7 @@ typedef enum JsonParseErrorType JSON_UNICODE_UNTRANSLATABLE, JSON_UNICODE_HIGH_SURROGATE, JSON_UNICODE_LOW_SURROGATE, - JSON_SEM_ACTION_FAILED /* error should already be reported */ + JSON_SEM_ACTION_FAILED, /* error should already be reported */ } JsonParseErrorType; |