summaryrefslogtreecommitdiff
path: root/jsmn.h
diff options
context:
space:
mode:
Diffstat (limited to 'jsmn.h')
-rw-r--r--jsmn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsmn.h b/jsmn.h
index 3d1f9ec20..72040bc3b 100644
--- a/jsmn.h
+++ b/jsmn.h
@@ -45,7 +45,7 @@ typedef struct {
*/
typedef struct {
unsigned int pos;
- int curtoken;
+ int toknext;
int *cursize;
} jsmn_parser;