Skip to content

Commit eb6400c

Browse files
Update ext/json/json.c - style - missing space
Co-authored-by: DanielEScherzer <[email protected]>
1 parent 765d574 commit eb6400c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/json/json.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ char *php_json_get_error_msg_wrapper(php_json_error_code error_code) /* {{{ */
192192
case PHP_JSON_ERROR_UNSUPPORTED_TYPE:
193193
case PHP_JSON_ERROR_INVALID_PROPERTY_NAME:
194194
case PHP_JSON_ERROR_UTF16:
195-
spprintf(&final_message, 0, "%s near character %zu",error_message, JSON_G(error_pos));
195+
spprintf(&final_message, 0, "%s near character %zu", error_message, JSON_G(error_pos));
196196
break;
197197
default:
198198
spprintf(&final_message, 0, "%s", error_message);

0 commit comments

Comments
 (0)