Code cleanup (icc warning #271 trailing comma is nonstandard)
[novacoin.git] / src / net.h
index 56c7b2f..4045b5e 100644 (file)
--- a/src/net.h
+++ b/src/net.h
@@ -77,7 +77,7 @@ CAddress GetLocalAddress(const CNetAddr *paddrPeer = NULL);
 enum
 {
     MSG_TX = 1,
-    MSG_BLOCK,
+    MSG_BLOCK
 };
 
 class CRequestTracker