summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Wardell <rockbox@barrywardell.net>2007-02-18 00:00:58 +0000
committerBarry Wardell <rockbox@barrywardell.net>2007-02-18 00:00:58 +0000
commitca40cc482fac6ce5016c023b0da0a3a86b88ba31 (patch)
tree14fbfbf0b25d787725f62940b9459c8298adc9d3
parent580c9f3868d55197f5c24bdccf0829e1cc2eed7e (diff)
downloadrockbox-ca40cc482fac6ce5016c023b0da0a3a86b88ba31.tar.gz
rockbox-ca40cc482fac6ce5016c023b0da0a3a86b88ba31.zip
Should be CONFIG_CODEC, not CODEC
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12373 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugins/zxbox/spmain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/zxbox/spmain.c b/apps/plugins/zxbox/spmain.c
index 3a702abb71..da3c9b5d89 100644
--- a/apps/plugins/zxbox/spmain.c
+++ b/apps/plugins/zxbox/spmain.c
@@ -312,7 +312,7 @@ static void options_menu(void){
312 no_yes, 2, NULL); 312 no_yes, 2, NULL);
313 if (new_setting != settings.sound ) 313 if (new_setting != settings.sound )
314 settings.sound=new_setting; 314 settings.sound=new_setting;
315#if CODEC == SWCODEC && !defined SIMULATOR 315#if CONFIG_CODEC == SWCODEC && !defined SIMULATOR
316 rb->pcm_play_stop(); 316 rb->pcm_play_stop();
317#endif 317#endif
318 break; 318 break;