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 <[email protected]> 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 _______________________________________________ pkg-wine-party mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-wine-party
