diff options
author | Martin Szulecki | 2020-06-08 23:49:45 +0200 |
---|---|---|
committer | Martin Szulecki | 2020-06-08 23:49:45 +0200 |
commit | 0a5547e97bfd0c0e95c4efb032bc2867cc5a60f0 (patch) | |
tree | 01b051007d0e87d3a7c43020457500acf9b17c48 /src/jsmn.h | |
parent | 60e69ac4759026ab564280b8406c7ac1c840b6b0 (diff) | |
download | idevicerestore-0a5547e97bfd0c0e95c4efb032bc2867cc5a60f0.tar.gz idevicerestore-0a5547e97bfd0c0e95c4efb032bc2867cc5a60f0.tar.bz2 |
Remove trailing whitespace errors from all files
Diffstat (limited to 'src/jsmn.h')
-rw-r--r-- | src/jsmn.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ void jsmn_init(jsmn_parser *parser); * Run JSON parser. It parses a JSON data string into and array of tokens, each describing * a single JSON object. */ -jsmnerr_t jsmn_parse(jsmn_parser *parser, const char *js, +jsmnerr_t jsmn_parse(jsmn_parser *parser, const char *js, jsmntok_t *tokens, unsigned int num_tokens); #endif /* __JSMN_H_ */ |