Patched to fix a namespace issue.

This commit is contained in:
Ryan C. Gordon 2002-03-21 03:23:12 +00:00
parent e38b16ccb3
commit 1c7c01be04
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ __EXPORT__ const PHYSFS_ArchiveInfo **PHYSFS_supportedArchiveTypes(void);
*
* @param list List of information specified as freeable by this function.
*/
__EXPORT__ void PHYSFS_freeList(void *list);
__EXPORT__ void PHYSFS_freeList(void *listVar);
/**