diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2007-02-18 10:07:27 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2007-02-18 10:07:27 +0000 |
| commit | 3a37f46fc92fe7f9846a4077cc1a985c500d1174 (patch) | |
| tree | 76541ae462f02ede816ab3f9b42f5207f068658c /apps/gui | |
| parent | da88e84f482c8c96c0d64bf67969b6e9dd9a8379 (diff) | |
| download | rockbox-3a37f46fc92fe7f9846a4077cc1a985c500d1174.zip rockbox-3a37f46fc92fe7f9846a4077cc1a985c500d1174.tar.gz rockbox-3a37f46fc92fe7f9846a4077cc1a985c500d1174.tar.bz2 rockbox-3a37f46fc92fe7f9846a4077cc1a985c500d1174.tar.xz | |
Fix CONFIG_BACKLIGHT warnings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12393 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui')
| -rw-r--r-- | apps/gui/gwps-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/gwps-common.c b/apps/gui/gwps-common.c index 0768c32..619159d 100644 --- a/apps/gui/gwps-common.c +++ b/apps/gui/gwps-common.c @@ -2100,7 +2100,7 @@ bool gui_wps_refresh(struct gui_wps *gwps, int ffwd_offset, data->peak_meter_enabled = enable_pm; #endif -#ifdef CONFIG_BACKLIGHT +#if CONFIG_BACKLIGHT if (global_settings.caption_backlight && state->id3) { /* turn on backlight n seconds before track ends, and turn it off n seconds into the new track. n == backlight_timeout, or 5s */ |