Author: tfaber
Date: Sun Apr 23 17:59:25 2017
New Revision: 74395

URL: http://svn.reactos.org/svn/reactos?rev=74395&view=rev
Log:
[CRYPTNET]
- Fix ROS-Diff. Spotted by CRLF.
CORE-13117 #resolve

Modified:
    trunk/reactos/dll/win32/cryptnet/cryptnet_main.c

Modified: trunk/reactos/dll/win32/cryptnet/cryptnet_main.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptnet/cryptnet_main.c?rev=74395&r1=74394&r2=74395&view=diff
==============================================================================
--- trunk/reactos/dll/win32/cryptnet/cryptnet_main.c    [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/cryptnet/cryptnet_main.c    [iso-8859-1] Sun Apr 23 
17:59:25 2017
@@ -1028,7 +1028,7 @@
 #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 */


Reply via email to