summaryrefslogtreecommitdiff
path: root/ext/mbstring/oniguruma/regerror.c
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-03-12 13:42:36 +0100
committerAnatol Belski <ab@php.net>2015-03-12 13:42:36 +0100
commit0e30c543ec8e6c371e0aef6e125e7b90f4b1b790 (patch)
tree380c6cbceb151dc5ad5284ff2ca2e582a71acd42 /ext/mbstring/oniguruma/regerror.c
parentff337bf52bf8acf079224b98c6d935ae07fe07db (diff)
downloadphp-git-0e30c543ec8e6c371e0aef6e125e7b90f4b1b790.tar.gz
upgrade to oniguruman 5.9.6
Diffstat (limited to 'ext/mbstring/oniguruma/regerror.c')
-rw-r--r--ext/mbstring/oniguruma/regerror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mbstring/oniguruma/regerror.c b/ext/mbstring/oniguruma/regerror.c
index 1cedbbcac3..385e560d98 100644
--- a/ext/mbstring/oniguruma/regerror.c
+++ b/ext/mbstring/oniguruma/regerror.c
@@ -251,7 +251,7 @@ onig_error_code_to_str(UChar* s, int code, ...)
onig_error_code_to_str(s, code, va_alist)
UChar* s;
int code;
- va_dcl
+ va_dcl
#endif
{
UChar *p, *q;