sync with trunk (r49238)
[reactos.git] / subsystems / win32 / win32k / objects / cliprgn.c
index a4acba4..8698bb3 100644 (file)
@@ -541,7 +541,7 @@ NEW_CLIPPING_UpdateGCRegion(PDC pDC)
   CLIPOBJ * co;
 
   /* Must have VisRgn set to a valid state! */
-  if (!pDC->prgnVis) return ERROR;
+  ASSERT (pDC->prgnVis);
 
   if (pDC->prgnAPI)
   {