Sfoglia il codice sorgente

Patched to fix a namespace issue.

Ryan C. Gordon 24 anni fa
parent
commit
1c7c01be04
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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.
  *   @param list List of information specified as freeable by this function.
  */
  */
-__EXPORT__ void PHYSFS_freeList(void *list);
+__EXPORT__ void PHYSFS_freeList(void *listVar);
 
 
 
 
 /**
 /**