Merge pull request #139 from BenBE/patch-1

Minor typo in jsmn.c
master v1.0.0
Serge Zaitsev 6 years ago committed by GitHub
commit 18e9fe42cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,7 @@
#include "jsmn.h"
/**
* Allocates a fresh unused token from the token pull.
* Allocates a fresh unused token from the token pool.
*/
static jsmntok_t *jsmn_alloc_token(jsmn_parser *parser,
jsmntok_t *tokens, size_t num_tokens) {

Loading…
Cancel
Save