浏览代码

Fix enet_iosFixes.h

Matt Coburn 5 年之前
父节点
当前提交
2f343f5dea
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Source/Native/custom/enet_iosFixes.h

+ 2 - 2
Source/Native/custom/enet_iosFixes.h

@@ -1,8 +1,8 @@
 #ifndef ENET_IOSFIXES_H
 #define ENET_IOSFIXES_H
 
-#if (__APPLE__) {
-}
+#if (__APPLE__)
+
 #endif
 
 #endif