From ee7416bee2ecc613a8eeb045ac5c16caebe28fd9 Mon Sep 17 00:00:00 2001 From: dockes Date: Tue, 20 May 2008 10:09:22 +0000 Subject: [PATCH] make strict gcc happy --- src/unac/unac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unac/unac.c b/src/unac/unac.c index c32aedfe..716c6782 100644 --- a/src/unac/unac.c +++ b/src/unac/unac.c @@ -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 * did not know UTF-16BE. */ -static const char* utf16be() +static const char* utf16be(void) { iconv_t cd; static char* name = 0;