aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/null_plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/output/null_plugin.c')
-rw-r--r--src/output/null_plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/null_plugin.c b/src/output/null_plugin.c
index 7530a20cc..1ae55ca9b 100644
--- a/src/output/null_plugin.c
+++ b/src/output/null_plugin.c
@@ -32,7 +32,7 @@ struct null_data {
static void *
null_init(G_GNUC_UNUSED struct audio_output *audio_output,
G_GNUC_UNUSED const struct audio_format *audio_format,
- G_GNUC_UNUSED struct config_param *param)
+ G_GNUC_UNUSED const struct config_param *param)
{
struct null_data *nd = g_new(struct null_data, 1);