From e18dd67975d2c00974c8cbb8ccdf1b8093a43ed4 Mon Sep 17 00:00:00 2001 From: Jakub Zelenka Date: Mon, 24 Nov 2014 20:46:13 +0000 Subject: Move json encoding stuff --- ext/json/php_json_scanner.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/json/php_json_scanner.h') 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 */ -- cgit v1.2.1