Fix a missing } that got dropped from the last commit.

This commit is contained in:
Scott Long 2003-07-09 19:30:30 +00:00
parent 4b00f859d0
commit 204c0bef67

View File

@ -1559,6 +1559,7 @@ aac_init(struct aac_softc *sc)
if (sc->flags & AAC_FLAGS_BROKEN_MEMMAP) {
ip->HostPhysMemPages =
(ip->HostPhysMemPages + AAC_PAGE_SIZE) / AAC_PAGE_SIZE;
}
ip->HostElapsedSeconds = time_second; /* reset later if invalid */
/*