]> sjero.net Git - wget/blobdiff - src/wget.h
[svn] Gracefully handle opt.downloaded overflowing.
[wget] / src / wget.h
index 5dd71d21cde23a4ca4108a0dbd459ca63efe3cef..aa27bc41d3358b1a4b49956ff5c0ec3d1a8c6880 100644 (file)
@@ -210,7 +210,7 @@ enum
   HEAD_ONLY            = 0x0004,       /* only send the HEAD request */
   SEND_NOCACHE         = 0x0008,       /* send Pragma: no-cache directive */
   ACCEPTRANGES         = 0x0010,       /* Accept-ranges header was found */
-  ADDED_HTML_EXTENSION = 0x0020,        /* added ".html" extension due to -E */
+  ADDED_HTML_EXTENSION = 0x0020         /* added ".html" extension due to -E */
 };
 
 /* Universal error type -- used almost everywhere.