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;