aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag/TagNames.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/tag/TagNames.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tag/TagNames.c b/src/tag/TagNames.c
index 2e318f913..eac6fc59a 100644
--- a/src/tag/TagNames.c
+++ b/src/tag/TagNames.c
@@ -20,7 +20,7 @@
#include "config.h"
#include "TagType.h"
-const char *tag_item_names[TAG_NUM_OF_ITEM_TYPES] = {
+const char *const tag_item_names[TAG_NUM_OF_ITEM_TYPES] = {
[TAG_ARTIST] = "Artist",
[TAG_ARTIST_SORT] = "ArtistSort",
[TAG_ALBUM] = "Album",