Delete a superfluous semi-colon.
Pointed out by: nick@garage.freebsd.pl
This commit is contained in:
parent
c94d70434f
commit
98ab6e3295
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user