summaryrefslogtreecommitdiff
path: root/apps/recorder/radio.c
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2008-05-03 21:33:00 +0000
committerBertrik Sikken <bertrik@sikken.nl>2008-05-03 21:33:00 +0000
commit19425909c3e19b3733b13fefc2a2aa88fb9f1d61 (patch)
treeb027f3545b048ab9ec18ad65b0a71c53434e449f /apps/recorder/radio.c
parente243db65b41c967ae8e7ef4cd946a2cdf7c6a19e (diff)
downloadrockbox-19425909c3e19b3733b13fefc2a2aa88fb9f1d61.tar.gz
rockbox-19425909c3e19b3733b13fefc2a2aa88fb9f1d61.zip
Another round of making local functions static and making sure that source files are in sync with their header files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17337 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/radio.c')
-rw-r--r--apps/recorder/radio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/radio.c b/apps/recorder/radio.c
index f4b643de94..38319dca9e 100644
--- a/apps/recorder/radio.c
+++ b/apps/recorder/radio.c
@@ -1395,7 +1395,7 @@ MENUITEM_SETTING(set_region, &global_settings.fm_region, NULL);
1395MENUITEM_SETTING(force_mono, &global_settings.fm_force_mono, NULL); 1395MENUITEM_SETTING(force_mono, &global_settings.fm_force_mono, NULL);
1396 1396
1397#ifndef FM_MODE 1397#ifndef FM_MODE
1398char* get_mode_text(int selected_item, void * data, char *buffer) 1398static char* get_mode_text(int selected_item, void * data, char *buffer)
1399{ 1399{
1400 (void)selected_item; 1400 (void)selected_item;
1401 (void)data; 1401 (void)data;