diff options
Diffstat (limited to '')
-rw-r--r-- | src/output/shout_plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/shout_plugin.c b/src/output/shout_plugin.c index 2c195b091..8e091679e 100644 --- a/src/output/shout_plugin.c +++ b/src/output/shout_plugin.c @@ -98,7 +98,7 @@ static void free_shout_data(struct shout_data *sd) } #define check_block_param(name) { \ - block_param = getBlockParam(param, name); \ + block_param = config_get_block_param(param, name); \ if (!block_param) { \ g_error("no \"%s\" defined for shout device defined at line " \ "%i\n", name, param->line); \ |