crypt32/tests: Remove dead assignment (clang)

André Hentschel nerv at dawncrow.de
Fri Sep 9 10:32:14 CDT 2011


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

diff --git a/dlls/crypt32/tests/base64.c b/dlls/crypt32/tests/base64.c
index c5c436b..8f19515 100644
--- a/dlls/crypt32/tests/base64.c
+++ b/dlls/crypt32/tests/base64.c
@@ -117,11 +117,8 @@ static void encodeAndCompareBase64_A(const BYTE *toEncode, DWORD toEncodeLen,
          "Expected %s, got %s\n", expected, ptr);
         ptr += strlen(expected);
         if (trailer)
-        {
             ok(!strncmp(trailer, ptr, strlen(trailer)),
              "Expected trailer %s, got %s\n", trailer, ptr);
-            ptr += strlen(trailer);
-        }
         HeapFree(GetProcessHeap(), 0, str);
     }
 }
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list