Trim an extra semi-colon.

This commit is contained in:
John Baldwin 2008-05-30 18:26:37 +00:00
parent f115052111
commit f720694bc3

View File

@ -779,7 +779,7 @@ bce_attach(device_t dev)
#ifdef BCE_USE_SPLIT_HEADER
sc->rx_bd_mbuf_alloc_size = MHLEN;
#else
sc->rx_bd_mbuf_alloc_size = MCLBYTES;;
sc->rx_bd_mbuf_alloc_size = MCLBYTES;
#endif
sc->pg_bd_mbuf_alloc_size = MCLBYTES;