diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-13 10:21:24 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-13 10:21:24 +0000 |
commit | fd6f541ce489626cb695b97a00cee1e243aa40a4 (patch) | |
tree | e6351231ae08a23c10a8cc87c61d52fa63093132 /html.h | |
parent | 734d66a40fa33f6cc0d644258eac531c1774e3b6 (diff) | |
download | mandoc-fd6f541ce489626cb695b97a00cee1e243aa40a4.tar.gz |
Clean up consts (noted by Joerg Sonnenberger and Ulrich Sporlein).
Diffstat (limited to 'html.h')
-rw-r--r-- | html.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ SLIST_HEAD(ordq, ord); struct htmlpair { enum htmlattr key; - char *val; + const char *val; }; #define PAIR_CLASS_INIT(p, v) \ |