[wintrust 3/3] Removed stray backslash

Paul Vriens Paul.Vriens at xs4all.nl
Mon Sep 11 14:34:18 CDT 2006


Hi,

found while looking extensively (again) at the code.

Changelog
  Removed stray backslash

Cheers,

Paul.
---
 dlls/wintrust/register.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/wintrust/register.c b/dlls/wintrust/register.c
index f6bd8aa..93adc1c 100644
--- a/dlls/wintrust/register.c
+++ b/dlls/wintrust/register.c
@@ -596,7 +596,7 @@ static void WINTRUST_RegisterHttpsProv(v
 
     TRACE("Going to register HTTPSPROV_ACTION : %s\n", wine_dbgstr_w(GuidString));
 
-    lstrcpyW(ProvDllName, SP_POLICY_PROVIDER_DLL_NAME); \
+    lstrcpyW(ProvDllName, SP_POLICY_PROVIDER_DLL_NAME);
 
     /* HKLM\Software\Microsoft\Cryptography\Trust\Usages\1.3.6.1.5.5.7.3.1 */
     WINTRUST_WriteSingleUsageEntry(szOID_PKIX_KP_SERVER_AUTH, Dll, ProvDllName);
-- 
1.4.2




More information about the wine-patches mailing list