Removed trailing comma from enum list
[yazpp-moved-to-github.git] / zlint / zlint.h
index 50baf57..55fcbc4 100644 (file)
@@ -32,7 +32,7 @@ using namespace yazpp_1;
 enum Zlint_code {
     TEST_FINISHED,
     TEST_CONTINUE,
-    TEST_REOPEN,
+    TEST_REOPEN
 };
 
 class Zlint_test;