Corrected file extension for ISO9660 archiver.

This commit is contained in:
Ryan C. Gordon 2010-03-17 15:34:30 -04:00
parent 0fa35af2b9
commit 39e4da1929
1 changed files with 2 additions and 2 deletions

View File

@ -993,8 +993,8 @@ static PHYSFS_sint64 ISO9660_write(fvoid *opaque, const void *buffer,
const PHYSFS_ArchiveInfo __PHYSFS_ArchiveInfo_ISO9660 =
{
"ISO Image",
"ISO9660 Image file",
"ISO",
"ISO9660 image file",
"Christoph Nelles <evilazrael@evilazrael.de>",
"http://www.evilazrael.de",
};