소스 검색

os2: mark an internal function as "static".

Ryan C. Gordon 2 년 전
부모
커밋
255b10106f
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;