- Fix gdi32 build due to missing ";"
[reactos.git] / reactos / dll / win32 / gdi32 / objects / dc.c
index 72c073f..f6b0f90 100644 (file)
@@ -1539,7 +1539,7 @@ SelectObject(HDC hDC,
 {
     PDC_ATTR pDc_Attr;
     HGDIOBJ hOldObj = NULL;
-    UINT uType
+    UINT uType;
 //    PTEB pTeb;
 
     if(!GdiGetHandleUserData(hDC, GDI_OBJECT_TYPE_DC, (PVOID)&pDc_Attr))