]> sjero.net Git - wget/blobdiff - src/main.c
[svn] Remove trailing comma from enums; older compilers don't support them.
[wget] / src / main.c
index 4824c7b8b39a8c2e661900f938a822f0271052e2..73aba87c598dd009a31a4abaa05369fefffd2192 100644 (file)
@@ -144,7 +144,7 @@ struct cmdline_option {
     OPT__DONT_REMOVE_LISTING,
     OPT__EXECUTE,
     OPT__NO,
-    OPT__PARENT,
+    OPT__PARENT
   } type;
   const void *data;            /* for standard options */
   int argtype;                 /* for non-standard options */