Fix error while building on non-c++0x compilers
[novacoin.git] / src / checkpoints.h
index 1585126..101645e 100644 (file)
@@ -27,7 +27,7 @@ namespace Checkpoints
         // Advisory checkpoints policy, perform conflicts verification but don't try to resolve them
         ADVISORY = 1,
         // Permissive checkpoints policy, don't perform any checking
-        PERMISSIVE = 2,
+        PERMISSIVE = 2
     };
 
     // Returns true if block passes checkpoint checks