Explorar o código

os2: mark an internal function as "static".

(cherry picked from commit 255b10106f2917ee931cf935f032861fcafe331a)
Ryan C. Gordon hai 1 ano
pai
achega
a1d303b288
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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... */
 /* 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;
     struct tm tm;