diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2003-11-20 00:54:29 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2003-11-20 00:54:29 +0000 |
commit | f695c11b5817337fc94a370f8131551f3ca72c45 (patch) | |
tree | 5de923c43ad8c7a720e6238a224f1695929fc127 /apps | |
parent | ce69548eee8af7adb17fd9799884ca6e488e4e2e (diff) |
Red build fix
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4048 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r-- | apps/main_menu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/main_menu.c b/apps/main_menu.c index 9a351928ac..09da2322ca 100644 --- a/apps/main_menu.c +++ b/apps/main_menu.c @@ -252,10 +252,12 @@ static bool plugin_browse(void) return rockbox_browse(PLUGIN_DIR, SHOW_PLUGINS); } +#ifdef HAVE_MAS3587F static bool recording_settings(void) { return recording_menu(false); } +#endif bool main_menu(void) { |