[ros-diffs] [ekohl] 27519: Fix a typo.

ekohl at svn.reactos.org ekohl at svn.reactos.org
Sun Jul 8 22:39:28 CEST 2007


Author: ekohl
Date: Mon Jul  9 00:39:27 2007
New Revision: 27519

URL: http://svn.reactos.org/svn/reactos?rev=27519&view=rev
Log:
Fix a typo.

Modified:
    trunk/reactos/dll/win32/kernel32/file/npipe.c

Modified: trunk/reactos/dll/win32/kernel32/file/npipe.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/file/npipe.c?rev=27519&r1=27518&r2=27519&view=diff
==============================================================================
--- trunk/reactos/dll/win32/kernel32/file/npipe.c (original)
+++ trunk/reactos/dll/win32/kernel32/file/npipe.c Mon Jul  9 00:39:27 2007
@@ -1091,7 +1091,7 @@
 
     /* 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)




More information about the Ros-diffs mailing list