aboutsummaryrefslogtreecommitdiff
path: root/src/tag.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag.h')
-rw-r--r--src/tag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tag.h b/src/tag.h
index a554ee1c..363ad98a 100644
--- a/src/tag.h
+++ b/src/tag.h
@@ -41,7 +41,7 @@
#define TAG_NUM_OF_ITEM_TYPES 11
-extern char *mpdTagItemKeys[];
+extern const char *mpdTagItemKeys[];
typedef struct _MpdTagItem {
mpd_sint8 type;