Fixed warning on iOS
This commit is contained in:
parent
13855849e6
commit
724b71a657
|
@ -32,7 +32,7 @@
|
|||
/* Wrap PHYSFS_Allocator in a CFAllocator... */
|
||||
static CFAllocatorRef cfallocator = NULL;
|
||||
|
||||
CFStringRef cfallocDesc(const void *info)
|
||||
static CFStringRef cfallocDesc(const void *info)
|
||||
{
|
||||
return CFStringCreateWithCString(cfallocator, "PhysicsFS",
|
||||
kCFStringEncodingASCII);
|
||||
|
|
Loading…
Reference in New Issue