From 199887fdcd57e600f424e8851f0691eae7545209 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Fri, 7 Apr 2017 15:48:22 -0700 Subject: Add missing break; --- toolsrc/src/commands_install.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/toolsrc/src/commands_install.cpp b/toolsrc/src/commands_install.cpp index 32eacb068..2c57404de 100644 --- a/toolsrc/src/commands_install.cpp +++ b/toolsrc/src/commands_install.cpp @@ -308,6 +308,7 @@ namespace vcpkg::Commands::Install System::println("Installing package %s... ", action.spec); install_package(paths, bpgh, &status_db); System::println(System::Color::success, "Installing package %s... done", action.spec); + break; } case InstallPlanType::INSTALL: System::println("Installing package %s... ", action.spec); -- cgit v1.2.3