Add missing break statement
Fix CID 3304
This commit is contained in:
@@ -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:
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user