aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/decoder_thread.c')
-rw-r--r--src/decoder_thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder_thread.c b/src/decoder_thread.c
index 14a1f858f..659d43603 100644
--- a/src/decoder_thread.c
+++ b/src/decoder_thread.c
@@ -37,7 +37,7 @@ static void decodeStart(void)
int ret;
bool close_instream = true;
struct input_stream inStream;
- struct decoder_plugin *plugin = NULL;
+ const struct decoder_plugin *plugin;
if (song_is_file(song))
uri = map_song_fs(song, buffer);