Close file

This commit is contained in:
Michaelangel007 2017-12-11 08:18:23 -08:00
parent 9ae839719a
commit b410ee094b
1 changed files with 2 additions and 0 deletions

View File

@ -1397,6 +1397,8 @@ bool ProDOS_FileExtract( const char *path )
}
}
fclose( pFileData );
return true;
}