Juan Lang : crypt32: Remove a redundant line.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Jul 18 06:57:25 CDT 2007


Module: wine
Branch: master
Commit: 8cf82d8a0e7a6278a9a49294bb051f3c0664592d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8cf82d8a0e7a6278a9a49294bb051f3c0664592d

Author: Juan Lang <juan.lang at gmail.com>
Date:   Tue Jul 17 07:24:20 2007 -0700

crypt32: Remove a redundant line.

---

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

diff --git a/dlls/crypt32/decode.c b/dlls/crypt32/decode.c
index 3a3a195..22fd06e 100644
--- a/dlls/crypt32/decode.c
+++ b/dlls/crypt32/decode.c
@@ -2339,7 +2339,6 @@ static BOOL WINAPI CRYPT_AsnDecodePKCSContentInfo(DWORD dwCertEncodingType,
     }
     __ENDTRY
     return ret;
-    return ret;
 }
 
 static BOOL WINAPI CRYPT_AsnDecodeAltName(DWORD dwCertEncodingType,




More information about the wine-cvs mailing list