From: Yasuyuki KOZAKAI Date: Tue, 12 Jun 2007 01:36:26 +0000 (+0000) Subject: A white space fix in ip6tables.c X-Git-Tag: v1.3.8~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=950ddc67d1455f908651f53b7df80ed81bee402b;p=thirdparty%2Fiptables.git A white space fix in ip6tables.c --- diff --git a/ip6tables.c b/ip6tables.c index e742631e..f316c7a9 100644 --- a/ip6tables.c +++ b/ip6tables.c @@ -2011,7 +2011,7 @@ int do_command6(int argc, char *argv[], char **table, ip6tc_handle_t *handle) newname = argv[optind++]; else exit_error(PARAMETER_PROBLEM, - "-%c requires old-chain-name and " + "-%c requires old-chain-name and " "new-chain-name", cmd2char(CMD_RENAME_CHAIN)); break;