Browse Source

Fix enet_iosFixes.h

Matt Coburn 5 years ago
parent
commit
2f343f5dea
1 changed files with 2 additions and 2 deletions
  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