From: Micah Cowan Date: Fri, 10 Jul 2009 09:12:34 +0000 (-0700) Subject: Space before closing brace. Fixes paramcheck.pl output. X-Git-Tag: v1.13~297 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=d6065c927eb23cd674b00ccf88b171c70f1962d0 Space before closing brace. Fixes paramcheck.pl output. --- diff --git a/src/main.c b/src/main.c index 3f5f469d..a70ecc03 100644 --- a/src/main.c +++ b/src/main.c @@ -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 }, - { "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 },