aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/html.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-12-10 12:09:47 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-12-10 12:09:47 +0000
commit39b22de4b83d6caed4f4118eaf4057da6397fda7 (patch)
tree1fe486acc5ad3933332feba8c28dfd7be3979012 /html.h
parent314ca44f160b0c1b8bf73bc7c4157ca07db5da8a (diff)
downloadmandoc-39b22de4b83d6caed4f4118eaf4057da6397fda7.tar.gz
mandoc-39b22de4b83d6caed4f4118eaf4057da6397fda7.tar.zst
mandoc-39b22de4b83d6caed4f4118eaf4057da6397fda7.zip
Linted on NetBSD side.
Diffstat (limited to 'html.h')
-rw-r--r--html.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/html.h b/html.h
index 7fe1292e..49b7eac1 100644
--- a/html.h
+++ b/html.h
@@ -1,4 +1,4 @@
-/* $Id: html.h,v 1.2 2008/12/10 00:58:15 kristaps Exp $ */
+/* $Id: html.h,v 1.3 2008/12/10 12:09:47 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -39,7 +39,7 @@ enum html_tag {
HTML_TAG_LI = 14,
HTML_TAG_H1 = 15,
HTML_TAG_H2 = 16,
- HTML_TAG_A = 17,
+ HTML_TAG_A = 17
};
enum html_attr {
@@ -51,7 +51,7 @@ enum html_attr {
HTML_ATTR_REL = 5,
HTML_ATTR_HREF = 6,
HTML_ATTR_WIDTH = 7,
- HTML_ATTR_ALIGN = 8,
+ HTML_ATTR_ALIGN = 8
};
enum html_type {