Whitespace/Type cleanup

This commit is contained in:
Sam Edwards 2024-02-17 11:21:26 -08:00
parent a45af3edec
commit ba06827814
2 changed files with 13 additions and 14 deletions

View File

@ -339,7 +339,6 @@ bool hddimageOpen(SCSI_DEVICE *dev, FsFile *file,int id,int lun,int blocksize)
return true; // File opened
failed:
dev->m_file.close();
dev->m_fileSize = dev->m_blocksize = 0; // no file
//delete dev->m_file;
@ -635,7 +634,7 @@ void findDriveImages(FsFile root) {
int lun = 0;
int blk = 512;
// Positionally read in and coerase the chars to integers.
// Positionally read in and coerce the chars to integers.
// We only require the minimum and read in the next if provided.
int file_name_length = strlen(name);
if(file_name_length > 2) { // HD[N]