curl_ntlm_wb: fix elif typo

Reported-by: Manfred Schwarb
Follow-up to d4314cdf65
Bug: d4314cdf65 (r130551295)
This commit is contained in:
Daniel Stenberg 2023-10-21 10:28:08 +02:00
parent 31d96af8b5
commit f76fcd6f4d
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -70,7 +70,7 @@
to avoid fooling the socket leak detector */
#ifdef HAVE_PIPE
# define sclose_nolog(x) close((x))
#eliif defined(HAVE_CLOSESOCKET)
#elif defined(HAVE_CLOSESOCKET)
# define sclose_nolog(x) closesocket((x))
#elif defined(HAVE_CLOSESOCKET_CAMEL)
# define sclose_nolog(x) CloseSocket((x))