From 6fbdc721d972d8c1f823acd5473a3dce8836d5fa Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 5 Feb 2008 10:17:33 +0000 Subject: fix -Wconst warnings [ew: cleaned up the dirty union hack a bit] Signed-off-by: Eric Wong git-svn-id: https://svn.musicpd.org/mpd/trunk@7180 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/tag.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tag.h') 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; -- cgit v1.2.3