From 1ecdbcced294df72f63cd00574c7f96bd987c232 Mon Sep 17 00:00:00 2001 From: Magnus Holmgren Date: Tue, 12 Sep 2006 20:32:06 +0000 Subject: Save a few bytes on hwcodec targets... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10937 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/statusbar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/gui') 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) #endif #if CONFIG_CODEC != SWCODEC int width, height; - char* const sample_rate[12] = + static char* const sample_rate[12] = { "8", "11", @@ -622,7 +622,7 @@ void gui_statusbar_icon_recording_info(struct screen * display) "88", "96" }; - char* const bit_rate[9] = + static char* const bit_rate[9] = { "Mq0", "Mq1", -- cgit v1.2.3