Browse Source

Minor change to preprocessor identifier

NX 6 years ago
parent
commit
96e929d7e9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Source/Native/enet.h

+ 2 - 2
Source/Native/enet.h

@@ -2749,7 +2749,7 @@ extern "C" {
 							host->headerFlags |= ENET_PROTOCOL_HEADER_FLAG_COMPRESSED;
 							shouldCompress     = compressedSize;
 
-							#ifdef ENET_DEBUG_COMPRESS
+							#ifdef ENET_DEBUG
 								printf("peer %u: compressed %u->%u (%u%%)\n", currentPeer->incomingPeerID, originalSize, compressedSize, (compressedSize * 100) / originalSize);
 							#endif
 						}
@@ -5084,4 +5084,4 @@ extern "C" {
 }
 #endif
 #endif
-#endif
+#endif