From 5f1ec307db83e4980ffc60b9052a53ff9da13dab Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 7 Oct 2007 15:02:02 +0000 Subject: Name all button light functions and variables consistently starting with buttonlight_ . git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15016 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/settings.h') diff --git a/apps/settings.h b/apps/settings.h index ee8fd48831..7399f62b1e 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -739,7 +739,7 @@ struct user_settings unsigned char colors_file[MAX_FILENAME+1]; #endif #ifdef HAVE_BUTTON_LIGHT - int button_light_timeout; + int buttonlight_timeout; #endif #ifdef HAVE_BUTTONLIGHT_BRIGHTNESS int buttonlight_brightness; -- cgit v1.2.3