diff --git a/dlls/ole32/ifs.c b/dlls/ole32/ifs.c index 3033bf8c097..ed72c958c91 100644 --- a/dlls/ole32/ifs.c +++ b/dlls/ole32/ifs.c @@ -221,8 +221,8 @@ IMalloc16_Constructor() { VTENT(DidAlloc); VTENT(HeapMinimize); #undef VTENT - ICOM_VTBL(This) = (ICOM_VTABLE(IMalloc16)*)SEGPTR_GET(msegvt16); } + ICOM_VTBL(This) = (ICOM_VTABLE(IMalloc16)*)SEGPTR_GET(msegvt16); This->ref = 1; /* FIXME: implement multiple heaps */ This->heap = GlobalAlloc16(GMEM_MOVEABLE,64000);