diff options
Diffstat (limited to '')
-rw-r--r-- | src/decode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decode.c b/src/decode.c index 7b9df996d..176eb6fb9 100644 --- a/src/decode.c +++ b/src/decode.c @@ -209,7 +209,7 @@ static void decodeStart(void) int ret; int close_instream = 1; InputStream inStream; - InputPlugin *plugin = NULL; + struct decoder_plugin *plugin = NULL; char path_max_fs[MPD_PATH_MAX]; char path_max_utf8[MPD_PATH_MAX]; |