summaryrefslogtreecommitdiffstats
path: root/recovery.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-04-13 22:29:38 +0200
committerElliott Hughes <enh@google.com>2015-04-13 22:29:38 +0200
commite46066f2694ff98b439ea370826dc14698998aa2 (patch)
treeeb7f234c2ee3bb70aae5a05a3cbffcb6cee7b743 /recovery.cpp
parentMerge "Remove unnecessary globals." (diff)
downloadandroid_bootable_recovery-e46066f2694ff98b439ea370826dc14698998aa2.tar
android_bootable_recovery-e46066f2694ff98b439ea370826dc14698998aa2.tar.gz
android_bootable_recovery-e46066f2694ff98b439ea370826dc14698998aa2.tar.bz2
android_bootable_recovery-e46066f2694ff98b439ea370826dc14698998aa2.tar.lz
android_bootable_recovery-e46066f2694ff98b439ea370826dc14698998aa2.tar.xz
android_bootable_recovery-e46066f2694ff98b439ea370826dc14698998aa2.tar.zst
android_bootable_recovery-e46066f2694ff98b439ea370826dc14698998aa2.zip
Diffstat (limited to 'recovery.cpp')
-rw-r--r--recovery.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/recovery.cpp b/recovery.cpp
index 75534e74f..f7ae5e71b 100644
--- a/recovery.cpp
+++ b/recovery.cpp
@@ -869,7 +869,7 @@ prompt_and_wait(Device* device, int status) {
case Device::MOUNT_SYSTEM:
if (ensure_path_mounted("/system") != -1) {
- ui->Print("Mounted /system.");
+ ui->Print("Mounted /system.\n");
}
break;
}