From 0d9cec7674763fef895d3396450c79149b2353d9 Mon Sep 17 00:00:00 2001 From: hellohyh001 Date: Sun, 30 Mar 2025 01:36:23 +0800 Subject: [PATCH] start msdp process Signed-off-by:li-bo-boblove Signed-off-by: hellohyh001 --- cJSON.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cJSON.h b/cJSON.h index 50d3395..ecdfa10 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 */ -- Gitee