[ros-diffs] [cwittich] 39007: forgot to add \n
cwittich at svn.reactos.org
cwittich at svn.reactos.org
Thu Jan 22 10:43:03 CET 2009
Author: cwittich
Date: Thu Jan 22 03:43:02 2009
New Revision: 39007
URL: http://svn.reactos.org/svn/reactos?rev=39007&view=rev
Log:
forgot to add \n
Modified:
trunk/reactos/dll/win32/kernel32/file/deviceio.c
Modified: trunk/reactos/dll/win32/kernel32/file/deviceio.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/file/deviceio.c?rev=39007&r1=39006&r2=39007&view=diff
==============================================================================
--- trunk/reactos/dll/win32/kernel32/file/deviceio.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/kernel32/file/deviceio.c [iso-8859-1] Thu Jan 22 03:43:02 2009
@@ -134,7 +134,7 @@
completed) */
if (!lpBytesReturned)
{
- ERR("Bad caller: lpBytesReturned must not be NULL");
+ ERR("Bad caller: lpBytesReturned must not be NULL\n");
}
*lpBytesReturned = Iosb.Information;
}
@@ -190,7 +190,7 @@
if (!lpNumberOfBytesTransferred)
{
- ERR("Bad caller: lpNumberOfBytesTransferred must not be NULL");
+ ERR("Bad caller: lpNumberOfBytesTransferred must not be NULL\n");
}
*lpNumberOfBytesTransferred = lpOverlapped->InternalHigh;
More information about the Ros-diffs
mailing list