Commit b5c56190 authored by Steve Holme's avatar Steve Holme
Browse files

urldata.h: Fixed compilation warnings from commit 3ec25353

warning: extra tokens at end of #endif directive
parent 4b491c67
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -436,7 +436,7 @@ struct kerberos5data {
  size_t token_max;
  BYTE *output_token;
};
#endif;
#endif

/* Struct used for NTLM challenge-response authentication */
struct ntlmdata {