]> sjero.net Git - wget/commitdiff
Space before closing brace. Fixes paramcheck.pl output.
authorMicah Cowan <micah@cowan.name>
Fri, 10 Jul 2009 09:12:34 +0000 (02:12 -0700)
committerMicah Cowan <micah@cowan.name>
Fri, 10 Jul 2009 09:12:34 +0000 (02:12 -0700)
src/main.c

index 3f5f469dbf581b329a887206bf6d71a2af57800e..a70ecc03aeff74fad69d3ad2939ce3933ffc4274 100644 (file)
@@ -249,7 +249,7 @@ static struct cmdline_option option_data[] =
     { "referer", 0, OPT_VALUE, "referer", -1 },
     { "reject", 'R', OPT_VALUE, "reject", -1 },
     { "relative", 'L', OPT_BOOLEAN, "relativeonly", -1 },
     { "referer", 0, OPT_VALUE, "referer", -1 },
     { "reject", 'R', OPT_VALUE, "reject", -1 },
     { "relative", 'L', OPT_BOOLEAN, "relativeonly", -1 },
-    { "remote-encoding", 0, OPT_VALUE, "remoteencoding", -1},
+    { "remote-encoding", 0, OPT_VALUE, "remoteencoding", -1 },
     { "remove-listing", 0, OPT_BOOLEAN, "removelisting", -1 },
     { "restrict-file-names", 0, OPT_BOOLEAN, "restrictfilenames", -1 },
     { "retr-symlinks", 0, OPT_BOOLEAN, "retrsymlinks", -1 },
     { "remove-listing", 0, OPT_BOOLEAN, "removelisting", -1 },
     { "restrict-file-names", 0, OPT_BOOLEAN, "restrictfilenames", -1 },
     { "retr-symlinks", 0, OPT_BOOLEAN, "retrsymlinks", -1 },