summaryrefslogtreecommitdiffstats
path: root/ui.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2015-05-27 23:46:17 +0200
committerTao Bao <tbao@google.com>2015-05-27 23:48:56 +0200
commit752386319c0d9fb7e4e429a0644086b318d3b4b5 (patch)
tree1740d5e309610ce3dc8c808b508450ff6eb34009 /ui.cpp
parentMerge "recovery: change the way of rebooting when using power key combo" (diff)
downloadandroid_bootable_recovery-752386319c0d9fb7e4e429a0644086b318d3b4b5.tar
android_bootable_recovery-752386319c0d9fb7e4e429a0644086b318d3b4b5.tar.gz
android_bootable_recovery-752386319c0d9fb7e4e429a0644086b318d3b4b5.tar.bz2
android_bootable_recovery-752386319c0d9fb7e4e429a0644086b318d3b4b5.tar.lz
android_bootable_recovery-752386319c0d9fb7e4e429a0644086b318d3b4b5.tar.xz
android_bootable_recovery-752386319c0d9fb7e4e429a0644086b318d3b4b5.tar.zst
android_bootable_recovery-752386319c0d9fb7e4e429a0644086b318d3b4b5.zip
Diffstat (limited to 'ui.cpp')
-rw-r--r--ui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.cpp b/ui.cpp
index d88cbfeba..2efb759db 100644
--- a/ui.cpp
+++ b/ui.cpp
@@ -176,7 +176,7 @@ void RecoveryUI::ProcessKey(int key_code, int updown) {
case RecoveryUI::REBOOT:
if (reboot_enabled) {
property_set(ANDROID_RB_PROPERTY, "reboot,");
- while(1) { pause(); }
+ while (true) { pause(); }
}
break;