Просмотр исходного кода

os2: mark an internal function as "static".

(cherry picked from commit 255b10106f2917ee931cf935f032861fcafe331a)
Ryan C. Gordon 1 год назад
Родитель
Сommit
a1d303b288
1 измененных файлов с 1 добавлено и 1 удалено
  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;