From 6b418363041f3c03b8be57f5f9ca7308efa094b5 Mon Sep 17 00:00:00 2001 From: Philippe Saint-Pierre Date: Wed, 23 Nov 2011 20:57:12 -0500 Subject: [PATCH] Add missing break statement Fix CID 3304 --- src/apps/installer/InstallerWindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps/installer/InstallerWindow.cpp b/src/apps/installer/InstallerWindow.cpp index b1d4f7f603..06940ab075 100644 --- a/src/apps/installer/InstallerWindow.cpp +++ b/src/apps/installer/InstallerWindow.cpp @@ -435,6 +435,7 @@ InstallerWindow::MessageReceived(BMessage *msg) "been found that are suitable for installation. Please set " "up partitions and initialize at least one partition with the " "Be File System."), B_TRANSLATE("OK")))->Go(); + break; } case MSG_STATUS_MESSAGE: {