diff options
| author | Hartmut Brandt <harti@FreeBSD.org> | 2003-07-04 13:41:03 +0000 |
|---|---|---|
| committer | Hartmut Brandt <harti@FreeBSD.org> | 2003-07-04 13:41:03 +0000 |
| commit | 98ab6e3295a4a50ed6e6a5af45cc7eaf4b906b50 (patch) | |
| tree | acdd45acddb8dbcfc10b124c4b0f07c49a863996 /sys/dev/en | |
| parent | c94d70434ff518aaa79f5133e12d3a74b0b663b5 (diff) | |
Notes
Diffstat (limited to 'sys/dev/en')
| -rw-r--r-- | sys/dev/en/midway.c | 2 |
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 |
