Sam Lantinga 13 лет назад
Родитель
Сommit
724b71a657
1 измененных файлов с 1 добавлено и 1 удалено
  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);