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

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

Ryan C. Gordon 14 лет назад
Родитель
Сommit
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.