diff options
Diffstat (limited to 'ext/json/php_json_scanner.h')
-rw-r--r-- | ext/json/php_json_scanner.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/json/php_json_scanner.h b/ext/json/php_json_scanner.h index 69d21cfc5c..fbf65eac70 100644 --- a/ext/json/php_json_scanner.h +++ b/ext/json/php_json_scanner.h @@ -16,8 +16,8 @@ +----------------------------------------------------------------------+ */ -#ifndef PHP_JSOND_SCANNER_H -#define PHP_JSOND_SCANNER_H +#ifndef PHP_JSON_SCANNER_H +#define PHP_JSON_SCANNER_H #include "php.h" #include "php_json.h" @@ -43,5 +43,5 @@ typedef struct _php_json_scanner { void php_json_scanner_init(php_json_scanner *scanner, char *str, int str_len, long options); int php_json_scan(php_json_scanner *s); -#endif /* PHP_JSOND_SCANNER_H */ +#endif /* PHP_JSON_SCANNER_H */ |