1
0
Fork 0
forked from len0rd/rockbox

More const policeing step 3

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4982 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2004-08-03 05:58:46 +00:00
parent 586ec8274d
commit 2b0694c694
9 changed files with 17 additions and 15 deletions

View file

@ -33,7 +33,7 @@
static void backlight_thread(void);
static char backlight_stack[DEFAULT_STACK_SIZE];
static char backlight_thread_name[] = "backlight";
static const char backlight_thread_name[] = "backlight";
static struct event_queue backlight_queue;
static bool charger_was_inserted = 0;