crypt32(3/10): Remove a redundant line

Juan Lang juan.lang at gmail.com
Tue Jul 17 10:26:10 CDT 2007


--Juan
-------------- next part --------------
From 61e80bcbd45ceac5ecfa5a946202df4bae2707be Mon Sep 17 00:00:00 2001
From: Juan Lang <juanlang at juan.corp.google.com>
Date: Tue, 17 Jul 2007 07:24:20 -0700
Subject: [PATCH] Remove 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_AsnDecodePKCSCo
     }
     __ENDTRY
     return ret;
-    return ret;
 }
 
 static BOOL WINAPI CRYPT_AsnDecodeAltName(DWORD dwCertEncodingType,
-- 
1.4.1


More information about the wine-patches mailing list