summaryrefslogtreecommitdiff
path: root/apps/recorder/radio.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/radio.c')
-rw-r--r--apps/recorder/radio.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/recorder/radio.c b/apps/recorder/radio.c
index c98f0f621d..9929fba82f 100644
--- a/apps/recorder/radio.c
+++ b/apps/recorder/radio.c
@@ -951,11 +951,11 @@ int radio_screen(void)
951 freq / 100, freq % 100); 951 freq / 100, freq % 100);
952 FOR_NB_SCREENS(i) 952 FOR_NB_SCREENS(i)
953 screens[i].puts_scroll(0, top_of_screen + 1, buf); 953 screens[i].puts_scroll(0, top_of_screen + 1, buf);
954 954
955 snprintf(buf, 128, "%s", stereo?str(LANG_CHANNEL_STEREO):
956 str(LANG_CHANNEL_MONO));
957 FOR_NB_SCREENS(i) 955 FOR_NB_SCREENS(i)
958 screens[i].puts_scroll(0, top_of_screen + 2, buf); 956 screens[i].puts_scroll(0, top_of_screen + 2,
957 stereo ? str(LANG_CHANNEL_STEREO) :
958 str(LANG_CHANNEL_MONO));
959 959
960 snprintf(buf, 128, "%s %s", str(LANG_MODE), 960 snprintf(buf, 128, "%s %s", str(LANG_MODE),
961 radio_mode ? str(LANG_PRESET) : 961 radio_mode ? str(LANG_PRESET) :