diff -r b63e39d5be04 -r c69df75dbcc3 src/archiver_wad.c --- a/src/archiver_wad.c Sun Aug 22 00:37:25 2010 -0400 +++ b/src/archiver_wad.c Sun Aug 22 03:35:55 2010 -0400 @@ -533,14 +533,14 @@ WAD_remove, /* remove() method */ WAD_mkdir, /* mkdir() method */ WAD_dirClose, /* dirClose() method */ + WAD_stat, /* stat() method */ WAD_read, /* read() method */ WAD_write, /* write() method */ WAD_eof, /* eof() method */ WAD_tell, /* tell() method */ WAD_seek, /* seek() method */ WAD_fileLength, /* fileLength() method */ - WAD_fileClose, /* fileClose() method */ - WAD_stat /* stat() method */ + WAD_fileClose /* fileClose() method */ }; #endif /* defined PHYSFS_SUPPORTS_WAD */