diff --git a/src/platform_macosx.c b/src/platform_macosx.c index 244f286..802826a 100644 --- a/src/platform_macosx.c +++ b/src/platform_macosx.c @@ -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);