Add missing break statement

Fix CID 3304
This commit is contained in:
Philippe Saint-Pierre
2011-11-23 20:57:12 -05:00
parent e904435328
commit 6b41836304
+1
View File
@@ -435,6 +435,7 @@ InstallerWindow::MessageReceived(BMessage *msg)
"been found that are suitable for installation. Please set " "been found that are suitable for installation. Please set "
"up partitions and initialize at least one partition with the " "up partitions and initialize at least one partition with the "
"Be File System."), B_TRANSLATE("OK")))->Go(); "Be File System."), B_TRANSLATE("OK")))->Go();
break;
} }
case MSG_STATUS_MESSAGE: case MSG_STATUS_MESSAGE:
{ {