summaryrefslogtreecommitdiff
path: root/libnet/src/libnet_build_gre.c
diff options
context:
space:
mode:
Diffstat (limited to 'libnet/src/libnet_build_gre.c')
-rw-r--r--libnet/src/libnet_build_gre.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnet/src/libnet_build_gre.c b/libnet/src/libnet_build_gre.c
index 0790295..6599aba 100644
--- a/libnet/src/libnet_build_gre.c
+++ b/libnet/src/libnet_build_gre.c
@@ -325,7 +325,7 @@ libnet_ptag_t ptag)
if ((routing && !length) || (!routing && length))
{
- sprintf(l->err_buf, "%s(): routing inconsistency\n", __func__);
+ sprintf(l->err_buf, "%s(): routing inconsistency", __func__);
goto bad;
}