Paul Vriens : wintrust: Removed stray backslash.
Module: wine Branch: master Commit: e44686e617969a3935c0f4539ea2aa845c8e461f URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=e44686e617969a3935c0f453... Author: Paul Vriens <Paul.Vriens(a)xs4all.nl> Date: Mon Sep 11 21:34:18 2006 +0200 wintrust: Removed stray backslash. --- 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);
participants (1)
-
Alexandre Julliard