forked from len0rd/rockbox
Fix sim warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13030 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cd41bfa52e
commit
d88db1fc12
1 changed files with 2 additions and 1 deletions
|
@ -87,6 +87,7 @@
|
|||
#include "ds2411.h"
|
||||
#endif
|
||||
|
||||
#ifndef SIMULATOR
|
||||
static bool dbg_list(char *title, int count, int selection_size,
|
||||
int (*action_callback)(int btn, struct gui_synclist *lists),
|
||||
char* (*dbg_getname)(int item, void * data, char *buffer))
|
||||
|
@ -116,7 +117,7 @@ static bool dbg_list(char *title, int count, int selection_size,
|
|||
action_signalscreenchange();
|
||||
return false;
|
||||
}
|
||||
|
||||
#endif /* SIMULATOR */
|
||||
/*---------------------------------------------------*/
|
||||
/* SPECIAL DEBUG STUFF */
|
||||
/*---------------------------------------------------*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue