mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
forgot to add \n
svn path=/trunk/; revision=39007
This commit is contained in:
parent
9cd35f3d5c
commit
183869c16c
1 changed files with 2 additions and 2 deletions
|
@ -134,7 +134,7 @@ DeviceIoControl(IN HANDLE hDevice,
|
|||
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 @@ GetOverlappedResult (
|
|||
|
||||
if (!lpNumberOfBytesTransferred)
|
||||
{
|
||||
ERR("Bad caller: lpNumberOfBytesTransferred must not be NULL");
|
||||
ERR("Bad caller: lpNumberOfBytesTransferred must not be NULL\n");
|
||||
}
|
||||
*lpNumberOfBytesTransferred = lpOverlapped->InternalHigh;
|
||||
|
||||
|
|
Loading…
Reference in a new issue