forked from len0rd/rockbox
oops.. fix yellow builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9341 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
47bf642002
commit
50012ab797
1 changed files with 1 additions and 1 deletions
|
@ -2075,7 +2075,7 @@ void cleanup(void *parameter)
|
|||
#define ZOOM_IN 100 /* return codes for below function */
|
||||
#define ZOOM_OUT 101
|
||||
|
||||
int show_menu() /* return 1 to quit */
|
||||
int show_menu(void) /* return 1 to quit */
|
||||
{
|
||||
int m;
|
||||
int result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue