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

This commit is contained in:
peter 2002-05-24 06:22:48 +00:00
parent ccccf52bbe
commit ede3ec51b9

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 */
}
/*---------------------------------------------------------------------------*