Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed a comment. Cut and paste error, I guess?
  • Loading branch information
icculus committed Mar 18, 2012
1 parent be4ae4d commit 391f946
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/physfs_internal.h
Expand Up @@ -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.
Expand Down

0 comments on commit 391f946

Please sign in to comment.