Skip to content

Commit

Permalink
Patched to fix a namespace issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 21, 2002
1 parent e38b16c commit 1c7c01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physfs.h
Expand Up @@ -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);


/**
Expand Down

0 comments on commit 1c7c01b

Please sign in to comment.