]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Remove trailing comma from enums; older compilers don't support them.
[wget] / src / ChangeLog
index 023fec4977f4c702139e5b4eabaced622c0e9932..bc9df474a47522b0811cbb550010f96e143ed594 100644 (file)
@@ -1,3 +1,13 @@
+2005-06-15  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * host.h (ip_address): Remove the trailing comma from the type
+       enum in the no-IPv6 case.
+
+       * main.c (struct cmdline_option): Remove the trailing comma from
+       the enum.
+
+       Reported by Jens Schleusener.
+
 2005-05-30  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * url.c (strpbrk_or_eos): Check for a recent GCC version before