Răsfoiți Sursa

os2: mark an internal function as "static".

Ryan C. Gordon 1 an în urmă
părinte
comite
255b10106f
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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;