fix stupid line transposition (from John Brezak <brezak@osf.org>)

This commit is contained in:
cgd 1993-05-11 08:07:50 +00:00
parent 6613302d1d
commit c2cbdf5d9e
2 changed files with 2 additions and 2 deletions

View File

@ -1567,8 +1567,8 @@ struct scsi_xfer *xs;
return(EINVAL);
case 0x6:
if(!silent)printf("cd%d: media change\n", unit);
if (cd_data[unit]->openparts)
cd_data[unit]->flags &= ~(CDVALID | CDHAVELABEL);
if (cd_data[unit]->openparts)
{
return(EIO);
}

View File

@ -1567,8 +1567,8 @@ struct scsi_xfer *xs;
return(EINVAL);
case 0x6:
if(!silent)printf("cd%d: media change\n", unit);
if (cd_data[unit]->openparts)
cd_data[unit]->flags &= ~(CDVALID | CDHAVELABEL);
if (cd_data[unit]->openparts)
{
return(EIO);
}