summaryrefslogtreecommitdiff
path: root/ext/json/utf8_decode.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/json/utf8_decode.h')
-rw-r--r--ext/json/utf8_decode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/utf8_decode.h b/ext/json/utf8_decode.h
index cc0fc79f6c..0908edd2d4 100644
--- a/ext/json/utf8_decode.h
+++ b/ext/json/utf8_decode.h
@@ -5,8 +5,8 @@
typedef struct json_utf8_decode
{
- int the_index;
char *the_input;
+ int the_index;
int the_length;
int the_char;
int the_byte;