diff options
-rw-r--r-- | lua_cjson.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua_cjson.c b/lua_cjson.c index cd17d7a..d04f151 100644 --- a/lua_cjson.c +++ b/lua_cjson.c | |||
@@ -490,7 +490,7 @@ static void json_encode_exception(lua_State *l, json_config_t *cfg, strbuf_t *js | |||
490 | static void json_append_string(lua_State *l, strbuf_t *json, int lindex) | 490 | static void json_append_string(lua_State *l, strbuf_t *json, int lindex) |
491 | { | 491 | { |
492 | const char *escstr; | 492 | const char *escstr; |
493 | int i; | 493 | unsigned i; |
494 | const char *str; | 494 | const char *str; |
495 | size_t len; | 495 | size_t len; |
496 | 496 | ||