Cleaned up some simple comments.
This commit is contained in:
parent
e61ade0062
commit
9826c8b073
|
@ -197,5 +197,5 @@ const PHYSFS_Archiver __PHYSFS_Archiver_DIR =
|
|||
DIR_stat /* stat() method */
|
||||
};
|
||||
|
||||
/* end of dir.c ... */
|
||||
/* end of archiver_dir.c ... */
|
||||
|
||||
|
|
|
@ -106,5 +106,5 @@ const PHYSFS_Archiver __PHYSFS_Archiver_GRP =
|
|||
|
||||
#endif /* defined PHYSFS_SUPPORTS_GRP */
|
||||
|
||||
/* end of grp.c ... */
|
||||
/* end of archiver_grp.c ... */
|
||||
|
||||
|
|
|
@ -112,5 +112,5 @@ const PHYSFS_Archiver __PHYSFS_Archiver_HOG =
|
|||
|
||||
#endif /* defined PHYSFS_SUPPORTS_HOG */
|
||||
|
||||
/* end of hog.c ... */
|
||||
/* end of archiver_hog.c ... */
|
||||
|
||||
|
|
|
@ -99,5 +99,5 @@ const PHYSFS_Archiver __PHYSFS_Archiver_MVL =
|
|||
|
||||
#endif /* defined PHYSFS_SUPPORTS_MVL */
|
||||
|
||||
/* end of mvl.c ... */
|
||||
/* end of archiver_mvl.c ... */
|
||||
|
||||
|
|
|
@ -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 ... */
|
||||
|
||||
|
|
|
@ -119,3 +119,6 @@ const PHYSFS_Archiver __PHYSFS_Archiver_SLB =
|
|||
};
|
||||
|
||||
#endif /* defined PHYSFS_SUPPORTS_SLB */
|
||||
|
||||
/* end of archiver_slb.c ... */
|
||||
|
||||
|
|
|
@ -123,5 +123,5 @@ const PHYSFS_Archiver __PHYSFS_Archiver_WAD =
|
|||
|
||||
#endif /* defined PHYSFS_SUPPORTS_WAD */
|
||||
|
||||
/* end of wad.c ... */
|
||||
/* end of archiver_wad.c ... */
|
||||
|
||||
|
|
|
@ -1713,5 +1713,5 @@ const PHYSFS_Archiver __PHYSFS_Archiver_ZIP =
|
|||
|
||||
#endif /* defined PHYSFS_SUPPORTS_ZIP */
|
||||
|
||||
/* end of zip.c ... */
|
||||
/* end of archiver_zip.c ... */
|
||||
|
||||
|
|
Loading…
Reference in New Issue