From 844583ce54c9080e646514fd02b5cbab0bf60a15 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 18 Feb 2007 02:16:03 +0000 Subject: [PATCH] fix red builds git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12379 a1c6a512-1295-4272-9138-f99709370657 --- apps/main_menu.c | 2 +- apps/settings.c | 2 +- apps/tree.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/main_menu.c b/apps/main_menu.c index de4c9a6263..d9419c3a2b 100644 --- a/apps/main_menu.c +++ b/apps/main_menu.c @@ -42,7 +42,7 @@ #include "screens.h" #include "playlist_menu.h" #include "talk.h" -#ifdef CONFIG_TUNER +#if CONFIG_TUNER #include "radio.h" #endif #include "misc.h" diff --git a/apps/settings.c b/apps/settings.c index 1ef096a1f6..1a1a085ec7 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -66,7 +66,7 @@ #include "backdrop.h" #endif -#ifdef CONFIG_TUNER +#if CONFIG_TUNER #include "radio.h" #endif diff --git a/apps/tree.c b/apps/tree.c index 806d1de616..320e8f7e66 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -123,7 +123,7 @@ const struct filetype filetypes[] = { #if LCD_DEPTH > 1 { "bmp", TREE_ATTR_BMP, Icon_Wps, VOICE_EXT_WPS }, #endif -#ifdef CONFIG_TUNER +#if CONFIG_TUNER { "fmr", TREE_ATTR_FMR, Icon_Preset, LANG_FMR }, #endif { "lng", TREE_ATTR_LNG, Icon_Language, LANG_LANGUAGE },