Skip to content

Commit

Permalink
Update filename comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 22, 2017
1 parent 18c89c1 commit db349bd
Show file tree
Hide file tree
Showing 19 changed files with 20 additions and 18 deletions.
2 changes: 1 addition & 1 deletion src/physfs_archiver_7z.c
Expand Up @@ -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 ... */

2 changes: 1 addition & 1 deletion src/physfs_archiver_dir.c
Expand Up @@ -188,5 +188,5 @@ const PHYSFS_Archiver __PHYSFS_Archiver_DIR =
DIR_closeArchive
};

/* end of archiver_dir.c ... */
/* end of physfs_archiver_dir.c ... */

2 changes: 1 addition & 1 deletion src/physfs_archiver_grp.c
Expand Up @@ -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 ... */

2 changes: 1 addition & 1 deletion src/physfs_archiver_hog.c
Expand Up @@ -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 ... */

2 changes: 1 addition & 1 deletion src/physfs_archiver_iso9660.c
Expand Up @@ -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 ... */

2 changes: 1 addition & 1 deletion src/physfs_archiver_mvl.c
Expand Up @@ -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 ... */

2 changes: 1 addition & 1 deletion src/physfs_archiver_qpak.c
Expand Up @@ -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 ... */

2 changes: 1 addition & 1 deletion src/physfs_archiver_slb.c
Expand Up @@ -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 ... */
2 changes: 1 addition & 1 deletion src/physfs_archiver_unpacked.c
Expand Up @@ -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 ... */

2 changes: 1 addition & 1 deletion src/physfs_archiver_vdf.c
Expand Up @@ -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 ... */
2 changes: 1 addition & 1 deletion src/physfs_archiver_wad.c
Expand Up @@ -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 ... */

2 changes: 1 addition & 1 deletion src/physfs_archiver_zip.c
Expand Up @@ -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 ... */

2 changes: 1 addition & 1 deletion src/physfs_platform_haiku.cpp
Expand Up @@ -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 ... */

2 changes: 1 addition & 1 deletion src/physfs_platform_macos.c
Expand Up @@ -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 ... */

2 changes: 1 addition & 1 deletion src/physfs_platform_os2.c
Expand Up @@ -775,4 +775,4 @@ void __PHYSFS_platformReleaseMutex(void *mutex)

#endif /* PHYSFS_PLATFORM_OS2 */

/* end of platform_os2.c ... */
/* end of physfs_platform_os2.c ... */
2 changes: 1 addition & 1 deletion src/physfs_platform_posix.c
Expand Up @@ -415,5 +415,5 @@ void __PHYSFS_platformReleaseMutex(void *mutex)

#endif /* PHYSFS_PLATFORM_POSIX */

/* end of platform_posix.c ... */
/* end of physfs_platform_posix.c ... */

2 changes: 1 addition & 1 deletion src/physfs_platform_unix.c
Expand Up @@ -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 ... */

2 changes: 1 addition & 1 deletion src/physfs_platform_windows.c
Expand Up @@ -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 changes: 2 additions & 0 deletions src/physfs_platform_winrt.cpp
Expand Up @@ -667,3 +667,5 @@ int __PHYSFS_platformStat(const char *filename, PHYSFS_Stat *st)

#endif /* PHYSFS_PLATFORM_WINRT */

/* end of physfs_platform_winrt.cpp ... */

0 comments on commit db349bd

Please sign in to comment.