summaryrefslogtreecommitdiff
path: root/ext/intl/msgformat/msgformat.c
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2008-07-22 20:25:51 +0000
committerStanislav Malyshev <stas@php.net>2008-07-22 20:25:51 +0000
commit07667caf131f1e10f1e440737515b56f5ffbcf91 (patch)
tree6c2ce4b69fcb23878cd09b495a846bac475a1b52 /ext/intl/msgformat/msgformat.c
parentd54c396dcaaa220f620463ce750cd9180830b179 (diff)
downloadphp-git-07667caf131f1e10f1e440737515b56f5ffbcf91.tar.gz
typofixes
Diffstat (limited to 'ext/intl/msgformat/msgformat.c')
-rwxr-xr-xext/intl/msgformat/msgformat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/msgformat/msgformat.c b/ext/intl/msgformat/msgformat.c
index 88c586b7d9..679beb81ad 100755
--- a/ext/intl/msgformat/msgformat.c
+++ b/ext/intl/msgformat/msgformat.c
@@ -26,7 +26,7 @@
#include "intl_convert.h"
/* {{{ */
-static msgfmt_ctor(INTERNAL_FUNCTION_PARAMETERS)
+static void msgfmt_ctor(INTERNAL_FUNCTION_PARAMETERS)
{
char* locale;
char* pattern;