Skip to content

Commit

Permalink
os2: mark an internal function as "static".
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 4, 2024
1 parent f4dfeb9 commit 255b101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/physfs_platform_os2.c
Expand Up @@ -703,7 +703,7 @@ int __PHYSFS_platformDelete(const char *path)


/* Convert to a format PhysicsFS can grok... */
PHYSFS_sint64 os2TimeToUnixTime(const FDATE *date, const FTIME *time)
static PHYSFS_sint64 os2TimeToUnixTime(const FDATE *date, const FTIME *time)
{
struct tm tm;

Expand Down

0 comments on commit 255b101

Please sign in to comment.