Skip to content

Commit

Permalink
Corrected file extension for ISO9660 archiver.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 17, 2010
1 parent 0fa35af commit 39e4da1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/archiver_iso9660.c
Expand Up @@ -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",
};
Expand Down

0 comments on commit 39e4da1

Please sign in to comment.