Преглед изворни кода

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.