summaryrefslogtreecommitdiff
path: root/deps/ntlmclient/ntlmclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/ntlmclient/ntlmclient.h')
-rw-r--r--deps/ntlmclient/ntlmclient.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/ntlmclient/ntlmclient.h b/deps/ntlmclient/ntlmclient.h
index bf57b17c6..958b27e62 100644
--- a/deps/ntlmclient/ntlmclient.h
+++ b/deps/ntlmclient/ntlmclient.h
@@ -32,7 +32,7 @@ typedef enum {
/**
* The input provided to the function is missing or invalid.
*/
- NTLM_CLIENT_ERROR_INVALID_INPUT = -2,
+ NTLM_CLIENT_ERROR_INVALID_INPUT = -2
} ntlm_error_code;
/*
@@ -98,7 +98,7 @@ typedef enum {
* its idea of its hostname in the challenge message. You may
* then set the authentication target based on it.
*/
- NTLM_CLIENT_DISABLE_REQUEST_TARGET = (1 << 4),
+ NTLM_CLIENT_DISABLE_REQUEST_TARGET = (1 << 4)
} ntlm_client_flags;