Jelajahi Sumber

os2: mark an internal function as "static".

Ryan C. Gordon 2 tahun lalu
induk
melakukan
255b10106f
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/physfs_platform_os2.c

+ 1 - 1
src/physfs_platform_os2.c

@@ -703,7 +703,7 @@ done:
 
 
 /* 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;