=================================================================== RCS file: /cvs/mandoc/html.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- mandoc/html.h 2009/10/07 12:35:23 1.12 +++ mandoc/html.h 2009/10/13 10:21:24 1.13 @@ -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 * @@ -77,7 +77,7 @@ SLIST_HEAD(ordq, ord); struct htmlpair { enum htmlattr key; - char *val; + const char *val; }; #define PAIR_CLASS_INIT(p, v) \