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/settings.h | |
| 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/settings.h')
| -rw-r--r-- | apps/settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h index 52a45c1..f306f4b 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -609,7 +609,7 @@ struct user_settings #endif bool party_mode; /* party mode - unstoppable music */ -#ifdef CONFIG_BACKLIGHT +#if CONFIG_BACKLIGHT bool bl_filter_first_keypress; /* filter first keypress when dark? */ #ifdef HAVE_REMOTE_LCD bool remote_bl_filter_first_keypress; /* filter first remote keypress when remote dark? */ |