diff options
Diffstat (limited to 'src/audioOutputs/audioOutput_shout.c')
-rw-r--r-- | src/audioOutputs/audioOutput_shout.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/audioOutputs/audioOutput_shout.c b/src/audioOutputs/audioOutput_shout.c index 3771ccdc4..f6f15ba49 100644 --- a/src/audioOutputs/audioOutput_shout.c +++ b/src/audioOutputs/audioOutput_shout.c @@ -29,13 +29,13 @@ static int shout_init_count; -static struct shout_encoder_plugin *const shout_encoder_plugins[] = { +static const struct shout_encoder_plugin *const shout_encoder_plugins[] = { &shout_mp3_encoder, &shout_ogg_encoder, NULL }; -static struct shout_encoder_plugin * +static const struct shout_encoder_plugin * shout_encoder_plugin_get(const char *name) { unsigned i; |