From c22e29f1c370a9a21d895d83ceab1679f18b8bc3 Mon Sep 17 00:00:00 2001 From: Dan Everton Date: Fri, 9 Feb 2007 10:20:27 +0000 Subject: [PATCH] Fix a warning in Speex codec_main declaration. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12243 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/speex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/codecs/speex.c b/apps/codecs/speex.c index 68010d6e76..6092c9c423 100644 --- a/apps/codecs/speex.c +++ b/apps/codecs/speex.c @@ -326,7 +326,7 @@ extern char iend[]; #endif /* this is the codec entry point */ -enum codec_status codec_main() +enum codec_status codec_main(void) { SpeexBits vf; int error;