From: Vincent Lefevre Date: Wed, 19 Dec 2012 14:55:25 +0000 (-0800) Subject: remove duplicate const keyword X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b61cab81696e18ce33efa3f8c41909e42f613868;p=neomutt remove duplicate const keyword --- diff --git a/charset.c b/charset.c index 9dd278ee5..c66e6b2ee 100644 --- a/charset.c +++ b/charset.c @@ -50,7 +50,7 @@ * a preferred MIME name is given. */ -static const const struct +static const struct { const char *key; const char *pref;