mirror of
https://github.com/curl/curl.git
synced 2026-07-24 20:17:17 +03:00
urldata.h: Fixed compilation warnings from commit 3ec253532e
warning: extra tokens at end of #endif directive
This commit is contained in:
parent
4b491c675f
commit
b5c56190b2
1 changed files with 1 additions and 1 deletions
|
|
@ -436,7 +436,7 @@ struct kerberos5data {
|
|||
size_t token_max;
|
||||
BYTE *output_token;
|
||||
};
|
||||
#endif;
|
||||
#endif
|
||||
|
||||
/* Struct used for NTLM challenge-response authentication */
|
||||
struct ntlmdata {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue