summaryrefslogtreecommitdiff
path: root/apps/plugins/zxbox/spmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/zxbox/spmain.c')
-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;