--- a/src/archiver_lzma.c Sun Mar 25 17:18:24 2012 -0400
+++ b/src/archiver_lzma.c Sun Mar 25 17:17:56 2012 -0400
@@ -676,18 +676,14 @@
} /* LZMA_stat */
-const PHYSFS_ArchiveInfo __PHYSFS_ArchiveInfo_LZMA =
-{
- "7Z",
- "LZMA (7zip) format",
- "Dennis Schridde <devurandom@gmx.net>",
- "http://icculus.org/physfs/",
-};
-
-
const PHYSFS_Archiver __PHYSFS_Archiver_LZMA =
{
- &__PHYSFS_ArchiveInfo_LZMA,
+ {
+ "7Z",
+ "LZMA (7zip) format",
+ "Dennis Schridde <devurandom@gmx.net>",
+ "http://icculus.org/physfs/",
+ },
LZMA_openArchive, /* openArchive() method */
LZMA_enumerateFiles, /* enumerateFiles() method */
LZMA_openRead, /* openRead() method */