mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 05:59:45 -05:00
Constify data tables where possible
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user