Removed a stray semicolon.

This commit is contained in:
Bruce Evans 1997-12-20 00:27:03 +00:00
parent 3b1e500f27
commit 1b0a8c9006
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=31887

View File

@ -14,7 +14,7 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
* $Id$
* $Id: scsi_cd.h,v 1.10 1997/02/22 09:44:28 peter Exp $
*/
#ifndef _SCSI_SCSI_CD_H
#define _SCSI_SCSI_CD_H 1
@ -129,7 +129,6 @@ struct scsi_read_toc
u_char data_len[2];
u_char control;
};
;
struct scsi_read_cd_capacity
{