فهرست منبع

Fixed warning on iOS

Sam Lantinga 14 سال پیش
والد
کامیت
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);