aboutsummaryrefslogtreecommitdiffstats
path: root/src/song.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/song.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/song.c b/src/song.c
index 4ab0afadf..eafd1fb4a 100644
--- a/src/song.c
+++ b/src/song.c
@@ -96,7 +96,7 @@ song_file_update(struct song *song)
{
char buffer[MPD_PATH_MAX];
const char *path_fs;
- struct decoder_plugin *plugin;
+ const struct decoder_plugin *plugin;
unsigned int next = 0;
struct stat st;