stas Tue Jul 22 20:25:51 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/intl/msgformat msgformat.c msgformat_data.h Log: typofixes http://cvs.php.net/viewvc.cgi/php-src/ext/intl/msgformat/msgformat.c?r1=1.1.2.2&r2=1.1.2.3&diff_format=u Index: php-src/ext/intl/msgformat/msgformat.c diff -u php-src/ext/intl/msgformat/msgformat.c:1.1.2.2 php-src/ext/intl/msgformat/msgformat.c:1.1.2.3 --- php-src/ext/intl/msgformat/msgformat.c:1.1.2.2 Tue Jul 22 20:23:47 2008 +++ php-src/ext/intl/msgformat/msgformat.c Tue Jul 22 20:25:51 2008 @@ -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; http://cvs.php.net/viewvc.cgi/php-src/ext/intl/msgformat/msgformat_data.h?r1=1.1.2.1&r2=1.1.2.2&diff_format=u Index: php-src/ext/intl/msgformat/msgformat_data.h diff -u php-src/ext/intl/msgformat/msgformat_data.h:1.1.2.1 php-src/ext/intl/msgformat/msgformat_data.h:1.1.2.2 --- php-src/ext/intl/msgformat/msgformat_data.h:1.1.2.1 Mon Jul 7 22:51:03 2008 +++ php-src/ext/intl/msgformat/msgformat_data.h Tue Jul 22 20:25:51 2008 @@ -36,6 +36,6 @@ msgformat_data* msgformat_data_create( TSRMLS_D ); void msgformat_data_init( msgformat_data* mf_data TSRMLS_DC ); void msgformat_data_free( msgformat_data* mf_data TSRMLS_DC ); -int msfgotmat_fix_quotes(UChar **spattern, uint32_t *spattern_len, UErrorCode *ec); +int msgformat_fix_quotes(UChar **spattern, uint32_t *spattern_len, UErrorCode *ec); #endif // MSG_FORMAT_DATA_H
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php