Oops, I missed this warning. Comment out extra junk after #endif

This commit is contained in:
Peter Wemm 2002-05-24 06:22:48 +00:00
parent 260a7c5a44
commit b01d78f42f

View File

@ -229,7 +229,7 @@ i4bctlioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct thread *td)
break;
}
return(error);
#endif DO_I4B_DEBUG
#endif /* DO_I4B_DEBUG */
}
/*---------------------------------------------------------------------------*