[CRYPTNET]
authorThomas Faber <thomas.faber@reactos.org>
Sun, 23 Apr 2017 17:59:25 +0000 (17:59 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Sun, 23 Apr 2017 17:59:25 +0000 (17:59 +0000)
- Fix ROS-Diff. Spotted by CRLF.
CORE-13117 #resolve

svn path=/trunk/; revision=74395

reactos/dll/win32/cryptnet/cryptnet_main.c

index e421625..a7838b1 100644 (file)
@@ -1028,7 +1028,7 @@ static BOOL WINAPI File_RetrieveEncodedObjectW(LPCWSTR pszURL,
 #ifdef __REACTOS__
             if ((hFile == INVALID_HANDLE_VALUE) && (lstrlenW(components.lpszUrlPath) > 1) && (components.lpszUrlPath[1] != ':'))
 #else
-            if ((hFile == INVALID_HANDLE_VALUE)
+            if (hFile == INVALID_HANDLE_VALUE)
 #endif
             {
                 /* Try again on the current drive */