Skip to content

Commit

Permalink
Fixed warning on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Sep 5, 2012
1 parent 1385584 commit 724b71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform_macosx.c
Expand Up @@ -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);
Expand Down

0 comments on commit 724b71a

Please sign in to comment.