26 Jan
2020
26 Jan
'20
5:48 a.m.
On 26-01-2020 10:19, Mathew Hodson wrote:
Signed-off-by: Mathew Hodson <mathew.hodson(a)gmail.com> --- dlls/ws2_32/tests/sock.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/dlls/ws2_32/tests/sock.c b/dlls/ws2_32/tests/sock.c index 60c5dfc..39f855c 100644 --- a/dlls/ws2_32/tests/sock.c +++ b/dlls/ws2_32/tests/sock.c @@ -4672,7 +4672,7 @@ static void test_dns(void) void *mem; } addr; char **ptr; - int acount; + int account;
Hi Mathew, I think this should be read as "a count", not "account", where the "a" probably stands for address. Sven