From: Steve Holme Date: Thu, 14 Aug 2014 11:06:42 +0000 (+0100) Subject: urldata.h: Fixed compilation warnings from commit 3ec253532e X-Git-Tag: curl-7_38_0~99 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b5c56190b23f24e58fef4b0a9e8d2e850e3e52e1;p=thirdparty%2Fcurl.git urldata.h: Fixed compilation warnings from commit 3ec253532e warning: extra tokens at end of #endif directive --- diff --git a/lib/urldata.h b/lib/urldata.h index fca47cef5e..8594c2f7d7 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 {