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

This commit is contained in:
Ryan C. Gordon 2012-03-18 12:23:30 -04:00
parent be4ae4d401
commit 391f94681c
1 changed files with 1 additions and 2 deletions

View File

@ -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 * Initialize the platform. This is called when PHYSFS_init() is called from
* the application. You can use this to (for example) determine what version * the application.
* of Windows you're running.
* *
* Return zero if there was a catastrophic failure (which prevents you from * Return zero if there was a catastrophic failure (which prevents you from
* functioning at all), and non-zero otherwise. * functioning at all), and non-zero otherwise.