Explorar o código

Patched to fix a namespace issue.

Ryan C. Gordon %!s(int64=24) %!d(string=hai) anos
pai
achega
1c7c01be04
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      physfs.h

+ 1 - 1
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);
 
 
 /**