mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
stupid yellow.... I'm going to bed
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22648 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8bf50ecf48
commit
18286d3cc5
1 changed files with 3 additions and 0 deletions
|
|
@ -48,6 +48,9 @@ static char *next_str(bool next) {
|
|||
static char *get_token_desc(struct wps_token *token, char *buf,
|
||||
int bufsize, struct wps_data *data)
|
||||
{
|
||||
#ifndef HAVE_LCD_BITMAP
|
||||
(void)data; /* kill charcell warning */
|
||||
#endif
|
||||
bool next = token->next;
|
||||
|
||||
switch(token->type)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue