Cleaned up some simple comments.

This commit is contained in:
Ryan C. Gordon 2012-11-27 00:12:39 -05:00
parent e61ade0062
commit 9826c8b073
8 changed files with 11 additions and 8 deletions

View File

@ -197,5 +197,5 @@ const PHYSFS_Archiver __PHYSFS_Archiver_DIR =
DIR_stat /* stat() method */
};
/* end of dir.c ... */
/* end of archiver_dir.c ... */

View File

@ -106,5 +106,5 @@ const PHYSFS_Archiver __PHYSFS_Archiver_GRP =
#endif /* defined PHYSFS_SUPPORTS_GRP */
/* end of grp.c ... */
/* end of archiver_grp.c ... */

View File

@ -112,5 +112,5 @@ const PHYSFS_Archiver __PHYSFS_Archiver_HOG =
#endif /* defined PHYSFS_SUPPORTS_HOG */
/* end of hog.c ... */
/* end of archiver_hog.c ... */

View File

@ -99,5 +99,5 @@ const PHYSFS_Archiver __PHYSFS_Archiver_MVL =
#endif /* defined PHYSFS_SUPPORTS_MVL */
/* end of mvl.c ... */
/* end of archiver_mvl.c ... */

View File

@ -109,11 +109,11 @@ const PHYSFS_Archiver __PHYSFS_Archiver_QPAK =
UNPK_openAppend, /* openAppend() method */
UNPK_remove, /* remove() method */
UNPK_mkdir, /* mkdir() method */
UNPK_closeArchive, /* closeArchive() method */
UNPK_closeArchive, /* closeArchive() method */
UNPK_stat /* stat() method */
};
#endif /* defined PHYSFS_SUPPORTS_QPAK */
/* end of qpak.c ... */
/* end of archiver_qpak.c ... */

View File

@ -119,3 +119,6 @@ const PHYSFS_Archiver __PHYSFS_Archiver_SLB =
};
#endif /* defined PHYSFS_SUPPORTS_SLB */
/* end of archiver_slb.c ... */

View File

@ -123,5 +123,5 @@ const PHYSFS_Archiver __PHYSFS_Archiver_WAD =
#endif /* defined PHYSFS_SUPPORTS_WAD */
/* end of wad.c ... */
/* end of archiver_wad.c ... */

View File

@ -1713,5 +1713,5 @@ const PHYSFS_Archiver __PHYSFS_Archiver_ZIP =
#endif /* defined PHYSFS_SUPPORTS_ZIP */
/* end of zip.c ... */
/* end of archiver_zip.c ... */