atl100: Add a closing bracket

Andrey Gusev andrey.goosev at gmail.com
Sat Jan 4 05:10:15 CST 2014


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20140104/0b5785d4/attachment.html>
-------------- next part --------------
From 9af0bc7b290be1aa59a60d3c67efd9e6a9b22b9a Mon Sep 17 00:00:00 2001
Message-Id: <9af0bc7b290be1aa59a60d3c67efd9e6a9b22b9a.1388832600.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Sat, 4 Jan 2014 12:28:19 +0200
Subject: atl100: Add a closing bracket

---
 dlls/atl100/atl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/atl100/atl.c b/dlls/atl100/atl.c
index 9156afb..058fa22 100644
--- a/dlls/atl100/atl.c
+++ b/dlls/atl100/atl.c
@@ -391,7 +391,7 @@ HRESULT WINAPI AtlLoadTypeLib(HINSTANCE inst, LPCOLESTR lpszIndex,
  */
 HRESULT WINAPI AtlWinModuleInit(_ATL_WIN_MODULE *winmod)
 {
-    TRACE("(%p\n", winmod);
+    TRACE("(%p)\n", winmod);
 
     if(winmod->cbSize != sizeof(*winmod))
         return E_INVALIDARG;
-- 
1.8.1.2


More information about the wine-patches mailing list