forked from len0rd/rockbox
Fix yellow.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13909 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a16035d3dd
commit
e9d62762e5
1 changed files with 2 additions and 0 deletions
|
|
@ -101,10 +101,12 @@ static void dbg_listmessage_setlines(int lines)
|
||||||
lines = MAX_DEBUG_MESSAGES;
|
lines = MAX_DEBUG_MESSAGES;
|
||||||
debug_listmessage_lines = lines;
|
debug_listmessage_lines = lines;
|
||||||
}
|
}
|
||||||
|
#ifndef SIMULATOR
|
||||||
static int dbg_listmessage_getlines(void)
|
static int dbg_listmessage_getlines(void)
|
||||||
{
|
{
|
||||||
return debug_listmessage_lines;
|
return debug_listmessage_lines;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
static void dbg_listmessage_addline(const char *fmt, ...)
|
static void dbg_listmessage_addline(const char *fmt, ...)
|
||||||
{
|
{
|
||||||
va_list ap;
|
va_list ap;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue