From aa9927ced4d37eb41107221a4d58b357c76e575a Mon Sep 17 00:00:00 2001 From: The Wine Synchronizer Date: Sun, 26 Nov 2006 21:04:10 +0000 Subject: [PATCH] Autosyncing with Wine HEAD svn path=/trunk/; revision=24842 --- reactos/dll/win32/cryptdll/cryptdll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/win32/cryptdll/cryptdll.c b/reactos/dll/win32/cryptdll/cryptdll.c index 4013cb29d7d..c03ae565c93 100644 --- a/reactos/dll/win32/cryptdll/cryptdll.c +++ b/reactos/dll/win32/cryptdll/cryptdll.c @@ -29,7 +29,7 @@ HMODULE CRYPTDLL_hModule = 0; BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) { - TRACE("%p,%lx,%p\n", hinstDLL, fdwReason, lpvReserved); + TRACE("%p,%x,%p\n", hinstDLL, fdwReason, lpvReserved); switch (fdwReason) { case DLL_WINE_PREATTACH: