[WIN32SS] Add missing \n to DPRINT1 Spotted by Thomas Schneider.

svn path=/trunk/; revision=74308
This commit is contained in:
Mark Jansen 2017-04-14 18:20:13 +00:00
parent 8bf97b3a3d
commit 9bb6d0de5b

View file

@ -242,7 +242,7 @@ PDEVOBJ_pSurface(
hsurf = ppdev->pldev->pfn.EnableSurface(ppdev->dhpdev);
if (hsurf== NULL)
{
DPRINT1("Failed to create PDEV surface!");
DPRINT1("Failed to create PDEV surface!\n");
return NULL;
}