summaryrefslogtreecommitdiffstats
path: root/ip6tables-restore.c
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2007-02-14 13:59:12 +0000
committerPatrick McHardy <kaber@trash.net>2007-02-14 13:59:12 +0000
commit5b098ac47f1977f1d162aff24f33c6f73b5960f9 (patch)
tree8a26deb44aba2a8a381b01aceb7bf90e5368ba8b /ip6tables-restore.c
parentd9e7e659fda0918894302bd4a87fc2bab7a458fb (diff)
Fix missing space in error message (Bugzilla 544)
Diffstat (limited to 'ip6tables-restore.c')
-rw-r--r--ip6tables-restore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ip6tables-restore.c b/ip6tables-restore.c
index a0c359a1..d5ec80a6 100644
--- a/ip6tables-restore.c
+++ b/ip6tables-restore.c
@@ -67,7 +67,7 @@ ip6tc_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);
}