소스 검색

Fixed a comment. Cut and paste error, I guess?

Ryan C. Gordon 14 년 전
부모
커밋
391f94681c
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/physfs_internal.h

+ 1 - 2
src/physfs_internal.h

@@ -1043,8 +1043,7 @@ int UNPK_stat(dvoid *opaque, const char *fn, int *exists, PHYSFS_Stat *stat);
 
 /*
  * Initialize the platform. This is called when PHYSFS_init() is called from
- *  the application. You can use this to (for example) determine what version
- *  of Windows you're running.
+ *  the application.
  *
  * Return zero if there was a catastrophic failure (which prevents you from
  *  functioning at all), and non-zero otherwise.