summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/gui/statusbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/statusbar.c b/apps/gui/statusbar.c
index 08c02fa874..6070c77cb3 100644
--- a/apps/gui/statusbar.c
+++ b/apps/gui/statusbar.c
@@ -602,7 +602,7 @@ void gui_statusbar_time(struct screen * display, int hour, int minute)
602#ifdef HAVE_RECORDING 602#ifdef HAVE_RECORDING
603void gui_statusbar_icon_recording_info(struct screen * display) 603void gui_statusbar_icon_recording_info(struct screen * display)
604{ 604{
605#if (CONFIG_CODEC != SWCODEC) || defined(SIMULATOR) 605#if (CONFIG_CODEC != SWCODEC) || (defined(SIMULATOR) && defined(HAVE_SPDIF_IN))
606 char buffer[4]; 606 char buffer[4];
607#endif 607#endif
608#if CONFIG_CODEC != SWCODEC 608#if CONFIG_CODEC != SWCODEC