From 391f94681cc6a931766fc0d2b06fbd6f70cbd2da Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 18 Mar 2012 12:23:30 -0400 Subject: [PATCH] Fixed a comment. Cut and paste error, I guess? --- src/physfs_internal.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/physfs_internal.h b/src/physfs_internal.h index 31410f7..96d7272 100644 --- a/src/physfs_internal.h +++ b/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.