Fix Coverity bug 992388: Missing break in switch

Signed-off-by: Adrien Destugues <pulkomandy@pulkomandy.tk>

Fixes #10342
This commit is contained in:
Puck Meerburg 2013-12-24 12:04:25 +00:00 committed by Adrien Destugues
parent 2afa6a58e1
commit 5c2781ea61
1 changed files with 1 additions and 0 deletions

View File

@ -220,6 +220,7 @@ PrintServerApp::ResolveSpecifier(BMessage* msg, int32 index, BMessage* spec,
switch( idx=prop_info.FindMatch(msg,0,spec,form,prop) ) {
case B_ERROR:
rc = Inherited::ResolveSpecifier(msg,index,spec,form,prop);
break;
case 1:
// GET Printer [arg]