summaryrefslogtreecommitdiffstatshomepage
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
commit5cf7b56146264fe9cc6ca3f7594e29a1da4df624 (patch)
tree1428bfe69ba7414af6b3c9677aad93cfab428e14 /html.h
parentf06be045fa23029451ed1ae110eb8e27f016042c (diff)
downloadmandoc-5cf7b56146264fe9cc6ca3f7594e29a1da4df624.tar.gz
mandoc-5cf7b56146264fe9cc6ca3f7594e29a1da4df624.tar.zst
mandoc-5cf7b56146264fe9cc6ca3f7594e29a1da4df624.zip
Clean up consts (noted by Joerg Sonnenberger and Ulrich Sporlein).
Diffstat (limited to 'html.h')
-rw-r--r--html.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/html.h b/html.h
index adfc1a24..1bb688e1 100644
--- a/html.h
+++ b/html.h
@@ -1,4 +1,4 @@
-/* $Id: html.h,v 1.12 2009/10/07 12:35:23 kristaps Exp $ */
+/* $Id: html.h,v 1.13 2009/10/13 10:21:24 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -77,7 +77,7 @@ SLIST_HEAD(ordq, ord);
struct htmlpair {
enum htmlattr key;
- char *val;
+ const char *val;
};
#define PAIR_CLASS_INIT(p, v) \