Close file

This commit is contained in:
Michaelangel007 2017-12-11 08:18:23 -08:00
parent 9ae839719a
commit b410ee094b

View File

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