Delete a superfluous semi-colon.

Pointed out by: nick@garage.freebsd.pl
This commit is contained in:
Hartmut Brandt 2003-07-04 13:41:03 +00:00
parent c94d70434f
commit 98ab6e3295

View File

@ -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