]> 4ch.mooo.com Git - 16.git/commitdiff
oops fixie fixy
authorsparky4 <sparky4@cock.li>
Fri, 5 Jun 2015 00:11:31 +0000 (19:11 -0500)
committersparky4 <sparky4@cock.li>
Fri, 5 Jun 2015 00:11:31 +0000 (19:11 -0500)
modified:   src/lib/jsmn/jsmn.h

src/lib/jsmn/jsmn.h

index ae702f9a6a8064f74294a3e87899481df8c62f84..fe27ed0d31e6933ea95f3ed2333654a5f43b9dc7 100644 (file)
@@ -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
 }