summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2010-04-11 11:40:47 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2010-04-11 11:40:47 +0000
commita1c0d5597feb7a5cc3238ee4c91d3f8721dddefa (patch)
treeab014f2684cca8036f8e01b7f4969854b4898a1d
parent442174635748c8a619f0dbb248c8c526290b43d1 (diff)
downloadrockbox-a1c0d5597feb7a5cc3238ee4c91d3f8721dddefa.tar.gz
rockbox-a1c0d5597feb7a5cc3238ee4c91d3f8721dddefa.zip
shuld fix red and yellow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25585 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/gui/skin_engine/skin_display.c1
-rw-r--r--apps/gui/skin_engine/skin_parser.c3
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/gui/skin_engine/skin_display.c b/apps/gui/skin_engine/skin_display.c
index de070d830f..e991ba9aa0 100644
--- a/apps/gui/skin_engine/skin_display.c
+++ b/apps/gui/skin_engine/skin_display.c
@@ -34,6 +34,7 @@
34#include "lang.h" 34#include "lang.h"
35#include "language.h" 35#include "language.h"
36#include "statusbar.h" 36#include "statusbar.h"
37#include "settings.h"
37#include "scrollbar.h" 38#include "scrollbar.h"
38#include "screen_access.h" 39#include "screen_access.h"
39#include "playlist.h" 40#include "playlist.h"
diff --git a/apps/gui/skin_engine/skin_parser.c b/apps/gui/skin_engine/skin_parser.c
index 73702cbf09..54995d4885 100644
--- a/apps/gui/skin_engine/skin_parser.c
+++ b/apps/gui/skin_engine/skin_parser.c
@@ -1228,8 +1228,7 @@ static int parse_progressbar(const char *wps_bufptr,
1228 /* Skip the rest of the line */ 1228 /* Skip the rest of the line */
1229 return skip_end_of_line(wps_bufptr)-1; 1229 return skip_end_of_line(wps_bufptr)-1;
1230#else 1230#else
1231 (void)token; 1231 (void)wps_bufptr;
1232
1233 if (token->type != WPS_TOKEN_VOLUME) 1232 if (token->type != WPS_TOKEN_VOLUME)
1234 { 1233 {
1235 wps_data->full_line_progressbar = 1234 wps_data->full_line_progressbar =