--- a/src/archiver_lzma.c Sun Aug 22 00:37:25 2010 -0400
+++ b/src/archiver_lzma.c Sun Aug 22 03:35:55 2010 -0400
@@ -750,14 +750,14 @@
LZMA_remove, /* remove() method */
LZMA_mkdir, /* mkdir() method */
LZMA_dirClose, /* dirClose() method */
+ LZMA_stat, /* stat() method */
LZMA_read, /* read() method */
LZMA_write, /* write() method */
LZMA_eof, /* eof() method */
LZMA_tell, /* tell() method */
LZMA_seek, /* seek() method */
LZMA_fileLength, /* fileLength() method */
- LZMA_fileClose, /* fileClose() method */
- LZMA_stat /* stat() method */
+ LZMA_fileClose /* fileClose() method */
};
#endif /* defined PHYSFS_SUPPORTS_7Z */