diff --git a/physfs.h b/physfs.h index 1279981..cf9e4e5 100644 --- a/physfs.h +++ b/physfs.h @@ -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); /**