mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 00:20:34 +00:00
- Fix a bad typo
svn path=/trunk/; revision=40939
This commit is contained in:
parent
4f8ec0d3cf
commit
66f591fe70
1 changed files with 1 additions and 1 deletions
|
@ -1980,7 +1980,7 @@ SetSocketInformation(PSOCKET_INFORMATION Socket,
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
&IOSB,
|
&IOSB,
|
||||||
IOCTL_AFD_GET_INFO,
|
IOCTL_AFD_SET_INFO,
|
||||||
&InfoData,
|
&InfoData,
|
||||||
sizeof(InfoData),
|
sizeof(InfoData),
|
||||||
NULL,
|
NULL,
|
||||||
|
|
Loading…
Reference in a new issue