Removed trailing comma from enum list
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 27 May 2008 21:24:34 +0000 (23:24 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 27 May 2008 21:24:34 +0000 (23:24 +0200)
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;