From db349bd0679677a8b363de3ae969e0730f87b8fb Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 22 Jul 2017 13:19:57 -0400 Subject: [PATCH] Update filename comments. --- src/physfs_archiver_7z.c | 2 +- src/physfs_archiver_dir.c | 2 +- src/physfs_archiver_grp.c | 2 +- src/physfs_archiver_hog.c | 2 +- src/physfs_archiver_iso9660.c | 2 +- src/physfs_archiver_mvl.c | 2 +- src/physfs_archiver_qpak.c | 2 +- src/physfs_archiver_slb.c | 2 +- src/physfs_archiver_unpacked.c | 2 +- src/physfs_archiver_vdf.c | 2 +- src/physfs_archiver_wad.c | 2 +- src/physfs_archiver_zip.c | 2 +- src/physfs_platform_haiku.cpp | 2 +- src/physfs_platform_macos.c | 2 +- src/physfs_platform_os2.c | 2 +- src/physfs_platform_posix.c | 2 +- src/physfs_platform_unix.c | 2 +- src/physfs_platform_windows.c | 2 +- src/physfs_platform_winrt.cpp | 2 ++ 19 files changed, 20 insertions(+), 18 deletions(-) diff --git a/src/physfs_archiver_7z.c b/src/physfs_archiver_7z.c index bdfafe1..dea616a 100644 --- a/src/physfs_archiver_7z.c +++ b/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 ... */ diff --git a/src/physfs_archiver_dir.c b/src/physfs_archiver_dir.c index 59347d4..0597eec 100644 --- a/src/physfs_archiver_dir.c +++ b/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 ... */ diff --git a/src/physfs_archiver_grp.c b/src/physfs_archiver_grp.c index 5492317..43b247d 100644 --- a/src/physfs_archiver_grp.c +++ b/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 ... */ diff --git a/src/physfs_archiver_hog.c b/src/physfs_archiver_hog.c index 677d4b6..eec7bad 100644 --- a/src/physfs_archiver_hog.c +++ b/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 ... */ diff --git a/src/physfs_archiver_iso9660.c b/src/physfs_archiver_iso9660.c index a824e06..4d6a7ec 100644 --- a/src/physfs_archiver_iso9660.c +++ b/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 ... */ diff --git a/src/physfs_archiver_mvl.c b/src/physfs_archiver_mvl.c index ba3e736..70d4686 100644 --- a/src/physfs_archiver_mvl.c +++ b/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 ... */ diff --git a/src/physfs_archiver_qpak.c b/src/physfs_archiver_qpak.c index aa43421..d557ad0 100644 --- a/src/physfs_archiver_qpak.c +++ b/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 ... */ diff --git a/src/physfs_archiver_slb.c b/src/physfs_archiver_slb.c index 92d64a5..28ee09f 100644 --- a/src/physfs_archiver_slb.c +++ b/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 ... */ diff --git a/src/physfs_archiver_unpacked.c b/src/physfs_archiver_unpacked.c index c409d11..575efef 100644 --- a/src/physfs_archiver_unpacked.c +++ b/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 ... */ diff --git a/src/physfs_archiver_vdf.c b/src/physfs_archiver_vdf.c index 1c54ee1..373a9bf 100644 --- a/src/physfs_archiver_vdf.c +++ b/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 ... */ diff --git a/src/physfs_archiver_wad.c b/src/physfs_archiver_wad.c index 712ebbc..f604bd9 100644 --- a/src/physfs_archiver_wad.c +++ b/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 ... */ diff --git a/src/physfs_archiver_zip.c b/src/physfs_archiver_zip.c index b9911e4..c82eeb0 100644 --- a/src/physfs_archiver_zip.c +++ b/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 ... */ diff --git a/src/physfs_platform_haiku.cpp b/src/physfs_platform_haiku.cpp index ac5aefb..4b8780b 100644 --- a/src/physfs_platform_haiku.cpp +++ b/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 ... */ diff --git a/src/physfs_platform_macos.c b/src/physfs_platform_macos.c index 7a28870..16fcd43 100644 --- a/src/physfs_platform_macos.c +++ b/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 ... */ diff --git a/src/physfs_platform_os2.c b/src/physfs_platform_os2.c index a303633..91420e1 100644 --- a/src/physfs_platform_os2.c +++ b/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 ... */ diff --git a/src/physfs_platform_posix.c b/src/physfs_platform_posix.c index 67ec254..cc0e644 100644 --- a/src/physfs_platform_posix.c +++ b/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 ... */ diff --git a/src/physfs_platform_unix.c b/src/physfs_platform_unix.c index c32afbc..e7364df 100644 --- a/src/physfs_platform_unix.c +++ b/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 ... */ diff --git a/src/physfs_platform_windows.c b/src/physfs_platform_windows.c index 4e20257..5bac439 100644 --- a/src/physfs_platform_windows.c +++ b/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 ... */ diff --git a/src/physfs_platform_winrt.cpp b/src/physfs_platform_winrt.cpp index 6a01706..230747a 100644 --- a/src/physfs_platform_winrt.cpp +++ b/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 ... */ +