mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Fix a typo.
svn path=/trunk/; revision=27519
This commit is contained in:
@@ -1091,7 +1091,7 @@ PeekNamedPipe(HANDLE hNamedPipe,
|
||||
|
||||
/* Calculate the bytes returned, minus our structure overhead */
|
||||
BytesRead = (ULONG)(Iosb.Information -
|
||||
FIELD_OFFSET(FILE_PIPE_PEEK_BUFFER, Data[0]))
|
||||
FIELD_OFFSET(FILE_PIPE_PEEK_BUFFER, Data[0]));
|
||||
|
||||
/* Check if caller requested bytes read */
|
||||
if (lpBytesRead)
|
||||
|
||||
Reference in New Issue
Block a user