mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 09:00:27 +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) */
|
completed) */
|
||||||
if (!lpBytesReturned)
|
if (!lpBytesReturned)
|
||||||
{
|
{
|
||||||
ERR("Bad caller: lpBytesReturned must not be NULL");
|
ERR("Bad caller: lpBytesReturned must not be NULL\n");
|
||||||
}
|
}
|
||||||
*lpBytesReturned = Iosb.Information;
|
*lpBytesReturned = Iosb.Information;
|
||||||
}
|
}
|
||||||
|
@ -190,7 +190,7 @@ GetOverlappedResult (
|
||||||
|
|
||||||
if (!lpNumberOfBytesTransferred)
|
if (!lpNumberOfBytesTransferred)
|
||||||
{
|
{
|
||||||
ERR("Bad caller: lpNumberOfBytesTransferred must not be NULL");
|
ERR("Bad caller: lpNumberOfBytesTransferred must not be NULL\n");
|
||||||
}
|
}
|
||||||
*lpNumberOfBytesTransferred = lpOverlapped->InternalHigh;
|
*lpNumberOfBytesTransferred = lpOverlapped->InternalHigh;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue