Ryan C. Gordon 8 лет назад
Родитель
Сommit
db349bd067

+ 1 - 1
src/physfs_archiver_7z.c

@@ -410,5 +410,5 @@ const PHYSFS_Archiver __PHYSFS_Archiver_SZIP =
 
 #endif  /* defined PHYSFS_SUPPORTS_7Z */
 
-/* end of archiver_7z.c ... */
+/* end of physfs_archiver_7z.c ... */
 

+ 1 - 1
src/physfs_archiver_dir.c

@@ -188,5 +188,5 @@ const PHYSFS_Archiver __PHYSFS_Archiver_DIR =
     DIR_closeArchive
 };
 
-/* end of archiver_dir.c ... */
+/* end of physfs_archiver_dir.c ... */
 

+ 1 - 1
src/physfs_archiver_grp.c

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

+ 1 - 1
src/physfs_archiver_hog.c

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

+ 1 - 1
src/physfs_archiver_iso9660.c

@@ -361,5 +361,5 @@ const PHYSFS_Archiver __PHYSFS_Archiver_ISO9660 =
 
 #endif  /* defined PHYSFS_SUPPORTS_ISO9660 */
 
-/* end of archiver_iso9660.c ... */
+/* end of physfs_archiver_iso9660.c ... */
 

+ 1 - 1
src/physfs_archiver_mvl.c

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

+ 1 - 1
src/physfs_archiver_qpak.c

@@ -119,5 +119,5 @@ const PHYSFS_Archiver __PHYSFS_Archiver_QPAK =
 
 #endif  /* defined PHYSFS_SUPPORTS_QPAK */
 
-/* end of archiver_qpak.c ... */
+/* end of physfs_archiver_qpak.c ... */
 

+ 1 - 1
src/physfs_archiver_slb.c

@@ -129,4 +129,4 @@ const PHYSFS_Archiver __PHYSFS_Archiver_SLB =
 
 #endif  /* defined PHYSFS_SUPPORTS_SLB */
 
-/* end of archiver_slb.c ... */
+/* end of physfs_archiver_slb.c ... */

+ 1 - 1
src/physfs_archiver_unpacked.c

@@ -301,5 +301,5 @@ void *UNPK_openArchive(PHYSFS_Io *io)
     return info;
 } /* UNPK_openArchive */
 
-/* end of archiver_unpacked.c ... */
+/* end of physfs_archiver_unpacked.c ... */
 

+ 1 - 1
src/physfs_archiver_vdf.c

@@ -156,4 +156,4 @@ const PHYSFS_Archiver __PHYSFS_Archiver_VDF =
 
 #endif /* defined PHYSFS_SUPPORTS_VDF */
 
-/* end of archiver_vdf.c ... */
+/* end of physfs_archiver_vdf.c ... */

+ 1 - 1
src/physfs_archiver_wad.c

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

+ 1 - 1
src/physfs_archiver_zip.c

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

+ 1 - 1
src/physfs_platform_haiku.cpp

@@ -185,5 +185,5 @@ char *__PHYSFS_platformCalcPrefDir(const char *org, const char *app)
 
 #endif  /* PHYSFS_PLATFORM_HAIKU */
 
-/* end of platform_beos.cpp ... */
+/* end of physfs_platform_haiku.cpp ... */
 

+ 1 - 1
src/physfs_platform_macos.c

@@ -214,5 +214,5 @@ char *__PHYSFS_platformCalcPrefDir(const char *org, const char *app)
 
 #endif /* PHYSFS_PLATFORM_MACOSX */
 
-/* end of platform_macosx.c ... */
+/* end of physfs_platform_macos.c ... */
 

+ 1 - 1
src/physfs_platform_os2.c

@@ -775,4 +775,4 @@ void __PHYSFS_platformReleaseMutex(void *mutex)
 
 #endif  /* PHYSFS_PLATFORM_OS2 */
 
-/* end of platform_os2.c ... */
+/* end of physfs_platform_os2.c ... */

+ 1 - 1
src/physfs_platform_posix.c

@@ -415,5 +415,5 @@ void __PHYSFS_platformReleaseMutex(void *mutex)
 
 #endif  /* PHYSFS_PLATFORM_POSIX */
 
-/* end of platform_posix.c ... */
+/* end of physfs_platform_posix.c ... */
 

+ 1 - 1
src/physfs_platform_unix.c

@@ -365,5 +365,5 @@ char *__PHYSFS_platformCalcPrefDir(const char *org, const char *app)
 
 #endif /* PHYSFS_PLATFORM_UNIX */
 
-/* end of platform_unix.c ... */
+/* end of physfs_platform_unix.c ... */
 

+ 1 - 1
src/physfs_platform_windows.c

@@ -954,6 +954,6 @@ int __PHYSFS_platformStat(const char *filename, PHYSFS_Stat *st)
 #endif  /* PHYSFS_PLATFORM_WINDOWS */
 #endif  /* PHYSFS_PLATFORM_WINRT */
 
-/* end of platform_windows.c ... */
+/* end of physfs_platform_windows.c ... */
 
 

+ 2 - 0
src/physfs_platform_winrt.cpp

@@ -667,3 +667,5 @@ int __PHYSFS_platformStat(const char *filename, PHYSFS_Stat *st)
 
 #endif /* PHYSFS_PLATFORM_WINRT */
 
+/* end of physfs_platform_winrt.cpp ... */
+