summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2009-09-07 07:58:55 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2009-09-07 07:58:55 +0000
commit18286d3cc53fbea3c8a5954c69a992c4b3179911 (patch)
tree038d970702c05ea4814b0c569418e4a4f6150e69
parent8bf50ecf481df8b68abfa2d71dde4fe172dbf7c5 (diff)
downloadrockbox-18286d3cc53fbea3c8a5954c69a992c4b3179911.tar.gz
rockbox-18286d3cc53fbea3c8a5954c69a992c4b3179911.zip
stupid yellow.... I'm going to bed
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22648 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/gui/skin_engine/wps_debug.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/gui/skin_engine/wps_debug.c b/apps/gui/skin_engine/wps_debug.c
index 64a68b05d6..56cb98020e 100644
--- a/apps/gui/skin_engine/wps_debug.c
+++ b/apps/gui/skin_engine/wps_debug.c
@@ -48,6 +48,9 @@ static char *next_str(bool next) {
48static char *get_token_desc(struct wps_token *token, char *buf, 48static char *get_token_desc(struct wps_token *token, char *buf,
49 int bufsize, struct wps_data *data) 49 int bufsize, struct wps_data *data)
50{ 50{
51#ifndef HAVE_LCD_BITMAP
52 (void)data; /* kill charcell warning */
53#endif
51 bool next = token->next; 54 bool next = token->next;
52 55
53 switch(token->type) 56 switch(token->type)