Skip to content

Commit

Permalink
Cleaned up some simple comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Nov 27, 2012
1 parent e61ade0 commit 9826c8b
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/archiver_dir.c
Expand Up @@ -197,5 +197,5 @@ const PHYSFS_Archiver __PHYSFS_Archiver_DIR =
DIR_stat /* stat() method */
};

/* end of dir.c ... */
/* end of archiver_dir.c ... */

2 changes: 1 addition & 1 deletion src/archiver_grp.c
Expand Up @@ -106,5 +106,5 @@ const PHYSFS_Archiver __PHYSFS_Archiver_GRP =

#endif /* defined PHYSFS_SUPPORTS_GRP */

/* end of grp.c ... */
/* end of archiver_grp.c ... */

2 changes: 1 addition & 1 deletion src/archiver_hog.c
Expand Up @@ -112,5 +112,5 @@ const PHYSFS_Archiver __PHYSFS_Archiver_HOG =

#endif /* defined PHYSFS_SUPPORTS_HOG */

/* end of hog.c ... */
/* end of archiver_hog.c ... */

2 changes: 1 addition & 1 deletion src/archiver_mvl.c
Expand Up @@ -99,5 +99,5 @@ const PHYSFS_Archiver __PHYSFS_Archiver_MVL =

#endif /* defined PHYSFS_SUPPORTS_MVL */

/* end of mvl.c ... */
/* end of archiver_mvl.c ... */

4 changes: 2 additions & 2 deletions src/archiver_qpak.c
Expand Up @@ -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 ... */

3 changes: 3 additions & 0 deletions src/archiver_slb.c
Expand Up @@ -119,3 +119,6 @@ const PHYSFS_Archiver __PHYSFS_Archiver_SLB =
};

#endif /* defined PHYSFS_SUPPORTS_SLB */

/* end of archiver_slb.c ... */

2 changes: 1 addition & 1 deletion src/archiver_wad.c
Expand Up @@ -123,5 +123,5 @@ const PHYSFS_Archiver __PHYSFS_Archiver_WAD =

#endif /* defined PHYSFS_SUPPORTS_WAD */

/* end of wad.c ... */
/* end of archiver_wad.c ... */

2 changes: 1 addition & 1 deletion src/archiver_zip.c
Expand Up @@ -1713,5 +1713,5 @@ const PHYSFS_Archiver __PHYSFS_Archiver_ZIP =

#endif /* defined PHYSFS_SUPPORTS_ZIP */

/* end of zip.c ... */
/* end of archiver_zip.c ... */

0 comments on commit 9826c8b

Please sign in to comment.