diff extra_rwops.c @ 490:c7ab783f05d3

Patched to compile.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 14 Sep 2005 16:01:27 +0000
parents 137c0b00ea4c
children 8e9720b66e55
line wrap: on
line diff
--- a/extra_rwops.c	Sun Jul 03 21:44:34 2005 +0000
+++ b/extra_rwops.c	Wed Sep 14 16:01:27 2005 +0000
@@ -148,7 +148,7 @@
         return(0);
 
     for (i = 0; i < preallocate; i++)
-        free_pooled_rwops(alloc_pooled_rwops());
+        RWops_pooled_free(RWops_pooled_alloc());
 
     return(1);
 } /* RWops_pooled_init */