X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fwget.h;h=aa27bc41d3358b1a4b49956ff5c0ec3d1a8c6880;hp=5dd71d21cde23a4ca4108a0dbd459ca63efe3cef;hb=b7a8c6d3f5d6555f323523c3b87507eebc1df3eb;hpb=28293eafd09e41d1cea22ebea291e669c7a8e8d9 diff --git a/src/wget.h b/src/wget.h index 5dd71d21..aa27bc41 100644 --- a/src/wget.h +++ b/src/wget.h @@ -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.