From 23550f8120ebb41b1732d63d6d09c21bdb314c1a Mon Sep 17 00:00:00 2001 From: jacopo grandi Date: Thu, 25 Feb 2021 12:46:55 +0100 Subject: component representation revolution! Vive la révolution MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- json/jsonparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'json/jsonparse.c') diff --git a/json/jsonparse.c b/json/jsonparse.c index 4b5096c..65fe3e9 100644 --- a/json/jsonparse.c +++ b/json/jsonparse.c @@ -35,7 +35,7 @@ void json_dump_array (char *str, void *arr, int len, char type) { sprintf(str+cur, "[ "); cur = strlen(str); for (int i=0; i