Adhere to -vet-style

This commit is contained in:
gingerBill
2023-08-08 16:01:22 +01:00
parent 2b3f3e11d3
commit 89c50bbd82
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ Example Load:
bytes: u32
guid_accept_ex := WSAID_ACCEPTEX
rc := WSAIoctl(listener, SIO_GET_EXTENSION_FUNCTION_POINTER, &guid_accept_ex, size_of(guid_accept_ex),
fn_acceptex, size_of(fn_acceptex), &bytes, nil, nil,)
fn_acceptex, size_of(fn_acceptex), &bytes, nil, nil)
assert(rc != windows.SOCKET_ERROR)
}
*/