Commit dc9de59f authored by Austin English's avatar Austin English Committed by Alexandre Julliard

wbemprox: Add a missing break (Coverity).

parent 24109dc6
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment