wbemprox: Add a missing break (Coverity).

This commit is contained in:
Austin English 2014-02-07 16:42:49 -08:00 committed by Alexandre Julliard
parent 24109dc697
commit dc9de59f7f

View file

@ -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;