Browse Source

Cleaned up some simple comments.

Ryan C. Gordon 13 năm trước cách đây
mục cha
commit
9826c8b073

+ 1 - 1
src/archiver_dir.c

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

+ 1 - 1
src/archiver_grp.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 ... */
 

+ 1 - 1
src/archiver_hog.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 ... */
 

+ 1 - 1
src/archiver_mvl.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 ... */
 

+ 2 - 2
src/archiver_qpak.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 ... */
 

+ 3 - 0
src/archiver_slb.c

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

+ 1 - 1
src/archiver_wad.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 ... */
 

+ 1 - 1
src/archiver_zip.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 ... */