Fixed warning on iOS

This commit is contained in:
Sam Lantinga 2012-09-04 23:25:37 -07:00
parent 13855849e6
commit 724b71a657
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
/* Wrap PHYSFS_Allocator in a CFAllocator... */ /* Wrap PHYSFS_Allocator in a CFAllocator... */
static CFAllocatorRef cfallocator = NULL; static CFAllocatorRef cfallocator = NULL;
CFStringRef cfallocDesc(const void *info) static CFStringRef cfallocDesc(const void *info)
{ {
return CFStringCreateWithCString(cfallocator, "PhysicsFS", return CFStringCreateWithCString(cfallocator, "PhysicsFS",
kCFStringEncodingASCII); kCFStringEncodingASCII);