summaryrefslogtreecommitdiffstats
path: root/html.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-13 10:21:24 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-13 10:21:24 +0000
commitfd6f541ce489626cb695b97a00cee1e243aa40a4 (patch)
treee6351231ae08a23c10a8cc87c61d52fa63093132 /html.h
parent734d66a40fa33f6cc0d644258eac531c1774e3b6 (diff)
downloadmandoc-fd6f541ce489626cb695b97a00cee1e243aa40a4.tar.gz
Clean up consts (noted by Joerg Sonnenberger and Ulrich Sporlein).
Diffstat (limited to 'html.h')
-rw-r--r--html.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.h b/html.h
index a89e28b1..6846c965 100644
--- a/html.h
+++ b/html.h
@@ -77,7 +77,7 @@ SLIST_HEAD(ordq, ord);
struct htmlpair {
enum htmlattr key;
- char *val;
+ const char *val;
};
#define PAIR_CLASS_INIT(p, v) \