diff --git a/jsmn.h b/jsmn.h index c8f388c..9174980 100644 --- a/jsmn.h +++ b/jsmn.h @@ -25,7 +25,7 @@ typedef enum { /* Invalid character inside JSON string */ JSMN_ERROR_INVAL = -2, /* The string is not a full JSON packet, more bytes expected */ - JSMN_ERROR_PART = -3, + JSMN_ERROR_PART = -3 } jsmnerr_t; /**