Merge branch 'gingerbread' of git://github.com/CyanogenMod/android_bootable_recovery into gingerbread

This commit is contained in:
Arif Ali 2011-08-04 01:30:08 +01:00
commit 97c7df2f33

View File

@ -853,6 +853,7 @@ void wipe_battery_stats()
ensure_path_mounted("/data");
remove("/data/system/batterystats.bin");
ensure_path_unmounted("/data");
ui_print("Battery Stats wiped.\n");
}
void show_advanced_menu()