| commit | 8a0b6ead35931422fbe02c63d9262ad9e40daacc | [log] [tgz] |
|---|---|---|
| author | Patrick McHardy <kaber@trash.net> | Thu Jan 11 08:23:17 2007 +0000 |
| committer | Patrick McHardy <kaber@trash.net> | Thu Jan 11 08:23:17 2007 +0000 |
| tree | 0f6161d3e9148c30125b631a6e852d38ba41ba92 | |
| parent | b1f568309a09e61f892dee3c23279cecff0b0ff4 [diff] [blame] |
Fix missing space in ruleset listing
diff --git a/extensions/libipt_string.c b/extensions/libipt_string.c index 5492cfc..266b3e5 100644 --- a/extensions/libipt_string.c +++ b/extensions/libipt_string.c
@@ -307,7 +307,7 @@ if (info->from_offset != 0) printf("FROM %u ", info->from_offset); if (info->to_offset != 0) - printf("TO %u", info->to_offset); + printf("TO %u ", info->to_offset); }