]> granicus.if.org Git - curl/commitdiff
urldata.h: Fixed compilation warnings from commit 3ec253532e
authorSteve Holme <steve_holme@hotmail.com>
Thu, 14 Aug 2014 11:06:42 +0000 (12:06 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Thu, 14 Aug 2014 11:07:28 +0000 (12:07 +0100)
warning: extra tokens at end of #endif directive

lib/urldata.h

index fca47cef5e21d96c055ff8c6b4c1f261f59a9e0c..8594c2f7d732e8d200d9aef2778c3e8222435725 100644 (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 {