mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:52:56 +00:00
[WIN32SS] Add missing \n to DPRINT1 Spotted by Thomas Schneider.
svn path=/trunk/; revision=74308
This commit is contained in:
parent
8bf97b3a3d
commit
9bb6d0de5b
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ PDEVOBJ_pSurface(
|
||||||
hsurf = ppdev->pldev->pfn.EnableSurface(ppdev->dhpdev);
|
hsurf = ppdev->pldev->pfn.EnableSurface(ppdev->dhpdev);
|
||||||
if (hsurf== NULL)
|
if (hsurf== NULL)
|
||||||
{
|
{
|
||||||
DPRINT1("Failed to create PDEV surface!");
|
DPRINT1("Failed to create PDEV surface!\n");
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue