summaryrefslogtreecommitdiff
path: root/apps/gui/statusbar.c
diff options
context:
space:
mode:
authorMagnus Holmgren <magnushol@gmail.com>2006-09-12 20:32:06 +0000
committerMagnus Holmgren <magnushol@gmail.com>2006-09-12 20:32:06 +0000
commit1ecdbcced294df72f63cd00574c7f96bd987c232 (patch)
treed269c2715a8d77c0f0bd85a5156ea2be44fa77cf /apps/gui/statusbar.c
parent98f78870f8d25cf235b60ec8ad7960704839e223 (diff)
downloadrockbox-1ecdbcced294df72f63cd00574c7f96bd987c232.tar.gz
rockbox-1ecdbcced294df72f63cd00574c7f96bd987c232.zip
Save a few bytes on hwcodec targets...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10937 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/statusbar.c')
-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",