From 90736a40555905387d3f3c16192ff09e7f749313 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Sun, 8 Jan 2012 01:51:51 +0000 Subject: fix cpp condition git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31628 a1c6a512-1295-4272-9138-f99709370657 --- apps/debug_menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/debug_menu.c b/apps/debug_menu.c index e940d24fb0..a249a9be9a 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -1126,7 +1126,7 @@ static bool view_battery(void) lcd_puts(0, line++, "T Battery: ?"); } -#if defined(HAVE_AS3514) && defined(CONFIG_CHARGING) +#elif defined(HAVE_AS3514) && defined(CONFIG_CHARGING) static const char * const chrgstate_strings[] = { [CHARGE_STATE_DISABLED - CHARGE_STATE_DISABLED]= "Disabled", -- cgit v1.2.3