Constify data tables where possible

This commit is contained in:
Julien BLACHE
2010-03-23 18:55:39 +01:00
parent c545e52374
commit b7ec65963d
4 changed files with 25 additions and 25 deletions

View File

@@ -99,7 +99,7 @@ struct stream_ctx {
};
static struct content_type_map ext2ctype[] =
static const struct content_type_map ext2ctype[] =
{
{ ".html", "text/html; charset=utf-8" },
{ ".xml", "text/xml; charset=utf-8" },