1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-19 15:33:56 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97225

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