typofixes

This commit is contained in:
Stanislav Malyshev 2008-07-22 20:25:51 +00:00
parent d54c396dca
commit 07667caf13
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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