diff options
Diffstat (limited to '')
-rw-r--r-- | src/output/osx_plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/osx_plugin.c b/src/output/osx_plugin.c index ed3e92073..8afd2a934 100644 --- a/src/output/osx_plugin.c +++ b/src/output/osx_plugin.c @@ -83,7 +83,7 @@ static bool osx_testDefault(void) static void * osx_initDriver(G_GNUC_UNUSED struct audio_output *audioOutput, G_GNUC_UNUSED const struct audio_format *audio_format, - G_GNUC_UNUSED ConfigParam * param) + G_GNUC_UNUSED struct config_param *param) { return newOsxData(); } |