summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 da3c9b5d89..20d806eef3 100644
--- a/apps/plugins/zxbox/spmain.c
+++ b/apps/plugins/zxbox/spmain.c
@@ -342,7 +342,7 @@ static void options_menu(void){
342/* menu */ 342/* menu */
343static bool zxbox_menu(void) 343static bool zxbox_menu(void)
344{ 344{
345#if CODEC == SWCODEC && !defined SIMULATOR 345#if CONFIG_CODEC == SWCODEC && !defined SIMULATOR
346 rb->pcm_play_stop(); 346 rb->pcm_play_stop();
347#endif 347#endif
348 int m; 348 int m;