From 3942558aad7e041803a53781d94e703fcdbe17bb Mon Sep 17 00:00:00 2001 From: sparky4 Date: Thu, 4 Jun 2015 19:11:31 -0500 Subject: [PATCH] oops fixie fixy modified: src/lib/jsmn/jsmn.h --- src/lib/jsmn/jsmn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/jsmn/jsmn.h b/src/lib/jsmn/jsmn.h index ae702f9a..fe27ed0d 100644 --- a/src/lib/jsmn/jsmn.h +++ b/src/lib/jsmn/jsmn.h @@ -68,7 +68,7 @@ void jsmn_init(jsmn_parser huge *parser); * a single JSON object. */ jsmnerr_t jsmn_parse(jsmn_parser huge *parser, const char huge *js, size_t len, - jsmntok_t huge *tokens, unsigned num_tokens); + jsmntok_t huge *tokens, unsigned int num_tokens); #ifdef __cplusplus } -- 2.39.2