[CMAKE]
[reactos.git] / subsystems / win32 / win32k / objects / metafile.c
index 4cf931f..bf0f30e 100644 (file)
@@ -44,13 +44,13 @@ NtGdiCreateMetafileDC(IN HDC hdc)
       { // Not sure this is right for getting the HDEV handle, maybe Timo could help or just if'ed it out.
          ret = IntGdiCreateDisplayDC(pDc->ppdev->BaseObject.hHmgr, DC_TYPE_INFO, TRUE);
          DC_UnlockDc(pDc);
+      }
    }
-         }
    else
    {
        ret = UserGetDesktopDC(DC_TYPE_INFO, TRUE, FALSE);
    }
-    return ret;
+   return ret;
 }
 
 /*