diff options
Diffstat (limited to 'src/output/shout_mp3.c')
-rw-r--r-- | src/output/shout_mp3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/shout_mp3.c b/src/output/shout_mp3.c index 1369f6c80..86d39fc66 100644 --- a/src/output/shout_mp3.c +++ b/src/output/shout_mp3.c @@ -111,7 +111,7 @@ static int shout_mp3_encoder_send_metadata(struct shout_data *sd, char artist[size]; char title[size]; int i; - struct tag *tag = sd->tag; + const struct tag *tag = sd->tag; strncpy(artist, "", size); strncpy(title, "", size); |