From 5cf7b56146264fe9cc6ca3f7594e29a1da4df624 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 13 Oct 2009 10:21:24 +0000 Subject: Clean up consts (noted by Joerg Sonnenberger and Ulrich Sporlein). --- html.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html.h') 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 * @@ -77,7 +77,7 @@ SLIST_HEAD(ordq, ord); struct htmlpair { enum htmlattr key; - char *val; + const char *val; }; #define PAIR_CLASS_INIT(p, v) \ -- cgit v1.2.3