From b5c56190b23f24e58fef4b0a9e8d2e850e3e52e1 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Thu, 14 Aug 2014 12:06:42 +0100 Subject: [PATCH] urldata.h: Fixed compilation warnings from commit 3ec253532e warning: extra tokens at end of #endif directive --- lib/urldata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {