Author: akhaldi
Date: Fri Aug 19 09:39:12 2016
New Revision: 72349

URL: http://svn.reactos.org/svn/reactos?rev=72349&view=rev
Log:
[OLE32_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866

Modified:
    trunk/rostests/winetests/ole32/compobj.c

Modified: trunk/rostests/winetests/ole32/compobj.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/ole32/compobj.c?rev=72349&r1=72348&r2=72349&view=diff
==============================================================================
--- trunk/rostests/winetests/ole32/compobj.c    [iso-8859-1] (original)
+++ trunk/rostests/winetests/ole32/compobj.c    [iso-8859-1] Fri Aug 19 
09:39:12 2016
@@ -2889,7 +2889,9 @@
     HRESULT hr;
 
 if (0) /* crashes on native */
+{
     hr = CoGetMalloc(0, NULL);
+}
 
     imalloc = (void*)0xdeadbeef;
     hr = CoGetMalloc(0, &imalloc);


Reply via email to