projects
/
yazpp-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55119d2
)
Removed trailing comma from enum list
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 27 May 2008 21:24:34 +0000
(23:24 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 27 May 2008 21:24:34 +0000
(23:24 +0200)
zlint/zlint.h
patch
|
blob
|
history
diff --git
a/zlint/zlint.h
b/zlint/zlint.h
index
50baf57
..
55fcbc4
100644
(file)
--- 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;