Skip to content

Commit 4a5fee1

Browse files
committed
fix broken master merge
1 parent 4b6d784 commit 4a5fee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_exceptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ ZEND_API void zend_exception_error(zval *exception, int severity TSRMLS_DC);
5454

5555
/* do not export, in php it's available thru spprintf directly */
5656
zend_str_size_int zend_spprintf(char **message, zend_str_size_int max_len, const char *format, ...);
57-
=======
57+
5858
END_EXTERN_C()
5959

6060
#endif

0 commit comments

Comments
 (0)