summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libnet_link_pf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnet_link_pf.c b/src/libnet_link_pf.c
index 950e827..97fbfbc 100644
--- a/src/libnet_link_pf.c
+++ b/src/libnet_link_pf.c
@@ -58,7 +58,7 @@ libnet_open_link_interface(int8_t *device, int8_t *ebuf)
if (l->fd < 0)
{
snprintf(ebuf, LIBNET_ERRBUF_SIZE,
- "pf open: %s: %s\n\your system may not be properly configured; see \"man packetfilter(4)\"",
+ "pf open: %s: %s\nyour system may not be properly configured; see \"man packetfilter(4)\"",
device, strerror(errno));
goto bad;
}