[GDI32] Add missing newline in a debug print.

svn path=/trunk/; revision=67357
This commit is contained in:
Amine Khaldi
2015-04-22 22:02:45 +00:00
parent d253af244e
commit cf73294f5a
+1 -1
View File
@@ -2211,7 +2211,7 @@ GdiAddFontResourceW(
if (!SearchPathW(lpszBuffer, lpszFilename, NULL, MAX_PATH, lpszAbsPath, NULL))
{
DPRINT1("Font not found. The Buffer is: %ls, the FileName is: %S", lpszBuffer, lpszFilename);
DPRINT1("Font not found. The Buffer is: %ls, the FileName is: %S\n", lpszBuffer, lpszFilename);
return 0;
}
}