[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[pkg-wine-party] [wine] 01/499: wbemprox: Add a missing break (Coverity).



This is an automated email from the git hooks/post-receive script.

mgilbert pushed a commit to branch master
in repository wine.

commit dc9de59f7f1ead0b79ec24a05920ddab1ca97990
Author: Austin English <austinenglish@gmail.com>
Date:   Fri Feb 7 16:42:49 2014 -0800

    wbemprox: Add a missing break (Coverity).
---
 dlls/wbemprox/query.c | 1 +
 1 file changed, 1 insertion(+)

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;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git



Reply to: