mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
wbemprox: Add a missing break (Coverity).
This commit is contained in:
parent
24109dc697
commit
dc9de59f7f
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@ static UINT resolve_type( UINT left, UINT right )
|
|||
return CIM_UINT64;
|
||||
default: break;
|
||||
}
|
||||
break;
|
||||
|
||||
case CIM_STRING:
|
||||
if (right == CIM_STRING) return CIM_STRING;
|
||||
|
|
Loading…
Reference in a new issue