Browse Source

Fixed warning on iOS

Sam Lantinga 13 years ago
parent
commit
724b71a657
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/platform_macosx.c

+ 1 - 1
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);