summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/net/if_loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_loop.c b/sys/net/if_loop.c
index a3d3a3b..21f9695 100644
--- a/sys/net/if_loop.c
+++ b/sys/net/if_loop.c
@@ -181,7 +181,7 @@ contiguousfail:
case AF_APPLETALK:
break;
default:
- printf("looutput: af=%d unexpected", dst->sa_family);
+ printf("looutput: af=%d unexpected\n", dst->sa_family);
m_freem(m);
return (EAFNOSUPPORT);
}
OpenPOWER on IntegriCloud