Corrected file extension for ISO9660 archiver.
This commit is contained in:
parent
0fa35af2b9
commit
39e4da1929
|
@ -993,8 +993,8 @@ static PHYSFS_sint64 ISO9660_write(fvoid *opaque, const void *buffer,
|
||||||
|
|
||||||
const PHYSFS_ArchiveInfo __PHYSFS_ArchiveInfo_ISO9660 =
|
const PHYSFS_ArchiveInfo __PHYSFS_ArchiveInfo_ISO9660 =
|
||||||
{
|
{
|
||||||
"ISO Image",
|
"ISO",
|
||||||
"ISO9660 Image file",
|
"ISO9660 image file",
|
||||||
"Christoph Nelles <evilazrael@evilazrael.de>",
|
"Christoph Nelles <evilazrael@evilazrael.de>",
|
||||||
"http://www.evilazrael.de",
|
"http://www.evilazrael.de",
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue