aboutsummaryrefslogtreecommitdiff
path: root/recovery.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'recovery.cpp')
-rw-r--r--recovery.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/recovery.cpp b/recovery.cpp
index 2b868cf8..75430a2b 100644
--- a/recovery.cpp
+++ b/recovery.cpp
@@ -246,6 +246,7 @@ static InstallResult apply_update_menu(Device* device, Device::BuiltinAction* re
} else {
status = ApplyFromStorage(device, volumes[chosen - 1]);
}
+ break;
}
return status;
}