summaryrefslogtreecommitdiff
path: root/ext/json/php_json_scanner.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/json/php_json_scanner.h')
-rw-r--r--ext/json/php_json_scanner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/php_json_scanner.h b/ext/json/php_json_scanner.h
index 46857c61bb..b90c25df44 100644
--- a/ext/json/php_json_scanner.h
+++ b/ext/json/php_json_scanner.h
@@ -34,7 +34,7 @@ typedef struct _php_json_scanner {
php_json_ctype *pstr; /* string pointer for escapes conversion */
zval value; /* value */
int str_esc; /* number of extra characters for escaping */
- int state; /* condition state */
+ int state; /* condition state */
int options; /* options */
php_json_error_code errcode; /* error type if there is an error */
} php_json_scanner;