From 1c7c01be04662038d8695492c0be554aa580778e Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 21 Mar 2002 03:23:12 +0000 Subject: [PATCH] Patched to fix a namespace issue. --- physfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/physfs.h b/physfs.h index 12799813..cf9e4e52 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); /**