Browse Source

Corrected file extension for ISO9660 archiver.

Ryan C. Gordon 16 năm trước cách đây
mục cha
commit
39e4da1929
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/archiver_iso9660.c

+ 2 - 2
src/archiver_iso9660.c

@@ -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",
-    "ISO9660 Image file",
+    "ISO",
+    "ISO9660 image file",
     "Christoph Nelles <evilazrael@evilazrael.de>",
     "Christoph Nelles <evilazrael@evilazrael.de>",
     "http://www.evilazrael.de",
     "http://www.evilazrael.de",
 };
 };