projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bf97b3
)
[WIN32SS] Add missing \n to DPRINT1 Spotted by Thomas Schneider.
author
Mark Jansen
<mark.jansen@reactos.org>
Fri, 14 Apr 2017 18:20:13 +0000
(18:20 +0000)
committer
Mark Jansen
<mark.jansen@reactos.org>
Fri, 14 Apr 2017 18:20:13 +0000
(18:20 +0000)
svn path=/trunk/; revision=74308
reactos/win32ss/gdi/eng/pdevobj.c
patch
|
blob
|
history
diff --git
a/reactos/win32ss/gdi/eng/pdevobj.c
b/reactos/win32ss/gdi/eng/pdevobj.c
index
a0725ce
..
823c946
100644
(file)
--- a/
reactos/win32ss/gdi/eng/pdevobj.c
+++ b/
reactos/win32ss/gdi/eng/pdevobj.c
@@
-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;
}