shlwapi: Remove break after return (Smatch).

Michael Stefaniuc mstefani at redhat.de
Tue Oct 14 09:32:33 CDT 2008


---
 dlls/shlwapi/assoc.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/shlwapi/assoc.c b/dlls/shlwapi/assoc.c
index 7f71708..040f35f 100644
--- a/dlls/shlwapi/assoc.c
+++ b/dlls/shlwapi/assoc.c
@@ -743,7 +743,6 @@ static HRESULT WINAPI IQueryAssociations_fnGetString(
         return hr;
       len++;
       return ASSOC_ReturnData(pszOut, pcchOut, path, len);
-      break;
     }
 
     case ASSOCSTR_FRIENDLYAPPNAME:
-- 
1.6.0.2
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20081014/c3b36115/attachment.pgp 


More information about the wine-patches mailing list