Fixed a comment. Cut and paste error, I guess?
This commit is contained in:
parent
be4ae4d401
commit
391f94681c
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue