From 5b098ac47f1977f1d162aff24f33c6f73b5960f9 Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Wed, 14 Feb 2007 13:59:12 +0000 Subject: Fix missing space in error message (Bugzilla 544) --- iptables-restore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iptables-restore.c') diff --git a/iptables-restore.c b/iptables-restore.c index 628997ec..9abdef25 100644 --- a/iptables-restore.c +++ b/iptables-restore.c @@ -64,7 +64,7 @@ iptc_handle_t create_handle(const char *tablename, const char* modprobe ) } if (!handle) { - exit_error(PARAMETER_PROBLEM, "%s: unable to initialize" + exit_error(PARAMETER_PROBLEM, "%s: unable to initialize " "table '%s'\n", program_name, tablename); exit(1); } -- cgit v1.2.3