From 9a6f419775270340ee154c55dbe52e99682fb77a Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 18 Feb 2007 05:32:06 +0000 Subject: CONFIG_CHARGING git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12384 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/gwps-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/gui/gwps-common.c') diff --git a/apps/gui/gwps-common.c b/apps/gui/gwps-common.c index d533e33f9c..0768c32fe9 100644 --- a/apps/gui/gwps-common.c +++ b/apps/gui/gwps-common.c @@ -823,7 +823,7 @@ static char* get_tag(struct wps_data* wps_data, } } -#ifdef CONFIG_CHARGING +#if CONFIG_CHARGING case 'p': /* External power plugged in? */ { if(charger_input_state==CHARGER) -- cgit v1.2.3