summaryrefslogtreecommitdiffstatshomepage
path: root/html.h
diff options
context:
space:
mode:
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) \