diff options
Diffstat (limited to 'src/output/null_plugin.c')
-rw-r--r-- | src/output/null_plugin.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/output/null_plugin.c b/src/output/null_plugin.c index a60d2b51a..a10f5e45f 100644 --- a/src/output/null_plugin.c +++ b/src/output/null_plugin.c @@ -30,8 +30,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, +null_init(G_GNUC_UNUSED const struct audio_format *audio_format, G_GNUC_UNUSED const struct config_param *param) { struct null_data *nd = g_new(struct null_data, 1); |