summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2003-08-25 08:57:49 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2003-08-25 08:57:49 +0000
commit53ee344743d89a987b8a9ebe79aa7e732e824148 (patch)
treeff28ef9ecd954fb4be16b7b6f7b992eca7396303 /apps
parent71316085de3b025e590297d28634d53c6edfb07c (diff)
downloadrockbox-53ee344743d89a987b8a9ebe79aa7e732e824148.tar.gz
rockbox-53ee344743d89a987b8a9ebe79aa7e732e824148.zip
Slightly more correct initialization of the power/charging code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3940 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/main.c b/apps/main.c
index 4d329bb658..d180067c9e 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -146,7 +146,7 @@ void init(void)
146 146
147 button_init(); 147 button_init();
148 148
149 power_init(); /* moved up from below mpeg_init, hope that's not harmful */ 149 powermgmt_init();
150 150
151 if (coldstart && charger_inserted()) 151 if (coldstart && charger_inserted())
152 { 152 {