diff --git a/cJSON.h b/cJSON.h index 50d339517ad844ed557e5e632dca6901f66acda7..ecdfa10d07caa85a998825af4ac19a0a793f2c9f 100644 --- a/cJSON.h +++ b/cJSON.h @@ -116,7 +116,7 @@ typedef struct cJSON /* An array or object item will have a child pointer pointing to a chain of the items in the array/object. */ struct cJSON *child; - /* The type of the item, as above. */ + /* The type of the item, as above */ int type; /* The item's string, if type==cJSON_String and type == cJSON_Raw */