summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/conntrack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conntrack.c b/src/conntrack.c
index 36a317a..ab3da8a 100644
--- a/src/conntrack.c
+++ b/src/conntrack.c
@@ -383,7 +383,7 @@ static void
add_command(unsigned int *cmd, const int newcmd)
{
if (*cmd)
- exit_error(PARAMETER_PROBLEM, "Invalid commands combination\n");
+ exit_error(PARAMETER_PROBLEM, "Invalid commands combination");
*cmd |= newcmd;
}