aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-08-14 12:06:42 +0100
committerSteve Holme <steve_holme@hotmail.com>2014-08-14 12:07:28 +0100
commitb5c56190b23f24e58fef4b0a9e8d2e850e3e52e1 (patch)
tree8675606960b1bc7ab7a15ab0206e9bf47aa6fb7a
parent4b491c675fa6f73871a525620a23e1bb4a0e9dd3 (diff)
urldata.h: Fixed compilation warnings from commit 3ec253532e
warning: extra tokens at end of #endif directive
-rw-r--r--lib/urldata.h2
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 {