make strict gcc happy

This commit is contained in:
dockes 2008-05-20 10:09:22 +00:00
parent 4ae53e7809
commit ee7416bee2

View File

@ -13135,7 +13135,7 @@ void unac_debug_callback(int level, unac_debug_print_t function, void* data)
* compatibility hack introduced in some GNU/Linux distributions that * compatibility hack introduced in some GNU/Linux distributions that
* did not know UTF-16BE. * did not know UTF-16BE.
*/ */
static const char* utf16be() static const char* utf16be(void)
{ {
iconv_t cd; iconv_t cd;
static char* name = 0; static char* name = 0;