Author: mjansen
Date: Fri Apr 14 18:20:13 2017
New Revision: 74308
URL:
http://svn.reactos.org/svn/reactos?rev=74308&view=rev
Log:
[WIN32SS] Add missing \n to DPRINT1 Spotted by Thomas Schneider.
Modified:
trunk/reactos/win32ss/gdi/eng/pdevobj.c
Modified: trunk/reactos/win32ss/gdi/eng/pdevobj.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/gdi/eng/pdevobj.c?…
==============================================================================
--- trunk/reactos/win32ss/gdi/eng/pdevobj.c [iso-8859-1] (original)
+++ trunk/reactos/win32ss/gdi/eng/pdevobj.c [iso-8859-1] Fri Apr 14 18:20:13 2017
@@ -242,7 +242,7 @@
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;
}