| commit | 5b098ac47f1977f1d162aff24f33c6f73b5960f9 | [log] [tgz] |
|---|---|---|
| author | Patrick McHardy <kaber@trash.net> | Wed Feb 14 13:59:12 2007 +0000 |
| committer | Patrick McHardy <kaber@trash.net> | Wed Feb 14 13:59:12 2007 +0000 |
| tree | 8a26deb44aba2a8a381b01aceb7bf90e5368ba8b | |
| parent | d9e7e659fda0918894302bd4a87fc2bab7a458fb [diff] [blame] |
Fix missing space in error message (Bugzilla 544)
diff --git a/iptables-restore.c b/iptables-restore.c index 628997e..9abdef2 100644 --- a/iptables-restore.c +++ b/iptables-restore.c
@@ -64,7 +64,7 @@ } 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); }