From: sparky4 Date: Fri, 5 Jun 2015 00:11:31 +0000 (-0500) Subject: oops fixie fixy X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=3942558aad7e041803a53781d94e703fcdbe17bb;p=16.git oops fixie fixy modified: src/lib/jsmn/jsmn.h --- 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 }