wbemprox: add a missing break (Coverity)

Austin English austinenglish at gmail.com
Fri Feb 7 18:42:49 CST 2014


CID 1169906

-- 
-Austin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20140207/573829dd/attachment.html>
-------------- next part --------------
diff --git a/dlls/wbemprox/query.c b/dlls/wbemprox/query.c
index bd68560..6933da2 100644
--- a/dlls/wbemprox/query.c
+++ b/dlls/wbemprox/query.c
@@ -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;


More information about the wine-patches mailing list