mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-18 09:32:40 -05:00
Fix a warning in Speex codec_main declaration.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12243 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3e4613ac89
commit
c22e29f1c3
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue