From: Adam Dickmeiss Date: Tue, 27 May 2008 21:24:34 +0000 (+0200) Subject: Removed trailing comma from enum list X-Git-Tag: v1.1.1~4 X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=commitdiff_plain;h=64cbd56ebd4635dfa8ee656a52510bac325f4c79 Removed trailing comma from enum list --- diff --git a/zlint/zlint.h b/zlint/zlint.h index 50baf57..55fcbc4 100644 --- a/zlint/zlint.h +++ b/zlint/zlint.h @@ -32,7 +32,7 @@ using namespace yazpp_1; enum Zlint_code { TEST_FINISHED, TEST_CONTINUE, - TEST_REOPEN, + TEST_REOPEN }; class Zlint_test;