Update filename comments.

This commit is contained in:
Ryan C. Gordon 2017-07-22 13:19:57 -04:00
parent 18c89c1cbc
commit db349bd067
19 changed files with 20 additions and 18 deletions

View File

@ -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 ... */

View File

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

View File

@ -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 ... */

View File

@ -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 ... */

View File

@ -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 ... */

View File

@ -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 ... */

View File

@ -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 ... */

View File

@ -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 ... */

View File

@ -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 ... */

View File

@ -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 ... */

View File

@ -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 ... */

View File

@ -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 ... */

View File

@ -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 ... */

View File

@ -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 ... */

View File

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

View File

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

View File

@ -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 ... */

View File

@ -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 ... */

View File

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