[WIN32K]
[reactos.git] / subsystems / win32 / win32k / objects / bitblt.c
index d1fb797..5b59a59 100644 (file)
@@ -757,7 +757,7 @@ GreStretchBltMask(
     }
     else if(DCSrc)
     {
-        DPRINT1("Getting a valid Source handle without using source!!!");
+        DPRINT1("Getting a valid Source handle without using source!!!\n");
         GDIOBJ_UnlockObjByPtr(&DCSrc->BaseObject);
         DCSrc = NULL ;
     }