diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2012-01-08 01:51:51 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2012-01-08 01:51:51 +0000 |
| commit | 90736a40555905387d3f3c16192ff09e7f749313 (patch) | |
| tree | 7863d87e343ca948a5e1c288e8af209ce71e8d16 /apps/debug_menu.c | |
| parent | 0965e61b11a1d901895650f42ca6fe50d8daecac (diff) | |
| download | rockbox-90736a40555905387d3f3c16192ff09e7f749313.zip rockbox-90736a40555905387d3f3c16192ff09e7f749313.tar.gz rockbox-90736a40555905387d3f3c16192ff09e7f749313.tar.bz2 rockbox-90736a40555905387d3f3c16192ff09e7f749313.tar.xz | |
fix cpp condition
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31628 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/debug_menu.c')
| -rw-r--r-- | apps/debug_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c index e940d24..a249a9b 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", |