* commit 'cbdc7e844a8dafbada50ca8bae9319b7bd7980f2': Add missing \n after "Mounting /system." message.
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user