diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-08-14 12:06:42 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-08-14 12:07:28 +0100 |
commit | b5c56190b23f24e58fef4b0a9e8d2e850e3e52e1 (patch) | |
tree | 8675606960b1bc7ab7a15ab0206e9bf47aa6fb7a | |
parent | 4b491c675fa6f73871a525620a23e1bb4a0e9dd3 (diff) | |
download | curl-b5c56190b23f24e58fef4b0a9e8d2e850e3e52e1.tar.gz |
urldata.h: Fixed compilation warnings from commit 3ec253532e
warning: extra tokens at end of #endif directive
-rw-r--r-- | lib/urldata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h index fca47cef5..8594c2f7d 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -436,7 +436,7 @@ struct kerberos5data { size_t token_max; BYTE *output_token; }; -#endif; +#endif /* Struct used for NTLM challenge-response authentication */ struct ntlmdata { |