Code cleanup (icc warning #271 trailing comma is nonstandard)
[novacoin.git] / src / protocol.h
index 75c24d8..519cdc2 100644 (file)
@@ -68,7 +68,7 @@ class CMessageHeader
 /** nServices flags */
 enum
 {
-    NODE_NETWORK = (1 << 0),
+    NODE_NETWORK = (1 << 0)
 };
 
 /** A CService with information about it as peer */