urldata.h: Fixed compilation warnings from commit 3ec253532e

warning: extra tokens at end of #endif directive
This commit is contained in:
Steve Holme 2014-08-14 12:06:42 +01:00
parent 4b491c675f
commit b5c56190b2
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@ struct kerberos5data {
size_t token_max;
BYTE *output_token;
};
#endif;
#endif
/* Struct used for NTLM challenge-response authentication */
struct ntlmdata {