mirror of
https://github.com/php/php-src.git
synced 2024-12-05 07:46:06 +08:00
typofixes
This commit is contained in:
parent
d54c396dca
commit
07667caf13
@ -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;
|
||||
|
@ -36,6 +36,6 @@ typedef struct {
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user