summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDan Everton <dan@iocaine.org>2006-02-17 21:55:11 +0000
committerDan Everton <dan@iocaine.org>2006-02-17 21:55:11 +0000
commit5519d82137062f49f264332af329e711299ce6f0 (patch)
treea269c964384fdc904fad1b9f69c73ca58bf77bd3 /apps
parent02645dbdc1ecba48bab9f3e30459083f586c340d (diff)
downloadrockbox-5519d82137062f49f264332af329e711299ce6f0.tar.gz
rockbox-5519d82137062f49f264332af329e711299ce6f0.zip
Fix warning on non-SWCODEC targets.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8720 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/settings.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 4e25bebd95..d776f3f2d3 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -924,7 +924,9 @@ void sound_settings_apply(void)
924void settings_apply(void) 924void settings_apply(void)
925{ 925{
926 char buf[64]; 926 char buf[64];
927#if CONFIG_CODEC == SWCODEC
927 int i; 928 int i;
929#endif
928 930
929 sound_settings_apply(); 931 sound_settings_apply();
930 932