aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/en
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2003-07-04 13:41:03 +0000
committerHartmut Brandt <harti@FreeBSD.org>2003-07-04 13:41:03 +0000
commit98ab6e3295a4a50ed6e6a5af45cc7eaf4b906b50 (patch)
treeacdd45acddb8dbcfc10b124c4b0f07c49a863996 /sys/dev/en
parentc94d70434ff518aaa79f5133e12d3a74b0b663b5 (diff)
Notes
Diffstat (limited to 'sys/dev/en')
-rw-r--r--sys/dev/en/midway.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/en/midway.c b/sys/dev/en/midway.c
index bc6bcde722ef..d70d23649c79 100644
--- a/sys/dev/en/midway.c
+++ b/sys/dev/en/midway.c
@@ -406,7 +406,7 @@ en_dump_packet(struct en_softc *sc, struct mbuf *m)
m = m->m_next;
}
printf("\n");
- if (totlen != plen);
+ if (totlen != plen)
printf("sum of m_len=%u\n", totlen);
}
#endif