Remove a superfluous ) from the previous commit. This was obviously

a result of the current solar storm.
This commit is contained in:
harti 2003-10-29 15:11:26 +00:00
parent aa5acc483c
commit 7ff4941bd6

View File

@ -175,7 +175,7 @@ hatm_mbuf_page_alloc(struct hatm_softc *sc, u_int group)
int err;
u_int i;
if (sc->mbuf_npages == sc->mbuf_max_pages))
if (sc->mbuf_npages == sc->mbuf_max_pages)
return;
if ((pg = malloc(MBUF_ALLOC_SIZE, M_DEVBUF, M_NOWAIT)) == NULL)
return;