summaryrefslogtreecommitdiff
path: root/apps/gui
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui')
-rw-r--r--apps/gui/statusbar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/gui/statusbar.c b/apps/gui/statusbar.c
index 6070c77cb3..b5913af9be 100644
--- a/apps/gui/statusbar.c
+++ b/apps/gui/statusbar.c
@@ -607,7 +607,7 @@ void gui_statusbar_icon_recording_info(struct screen * display)
607#endif 607#endif
608#if CONFIG_CODEC != SWCODEC 608#if CONFIG_CODEC != SWCODEC
609 int width, height; 609 int width, height;
610 char* const sample_rate[12] = 610 static char* const sample_rate[12] =
611 { 611 {
612 "8", 612 "8",
613 "11", 613 "11",
@@ -622,7 +622,7 @@ void gui_statusbar_icon_recording_info(struct screen * display)
622 "88", 622 "88",
623 "96" 623 "96"
624 }; 624 };
625 char* const bit_rate[9] = 625 static char* const bit_rate[9] =
626 { 626 {
627 "Mq0", 627 "Mq0",
628 "Mq1", 628 "Mq1",