conf: const pointers in block get functions
All config_get_block_*() functions should accept constant config_param pointers.
This commit is contained in:
@@ -183,7 +183,7 @@ mpd_jack_error(const char *msg)
|
||||
static void *
|
||||
mpd_jack_init(struct audio_output *ao,
|
||||
G_GNUC_UNUSED const struct audio_format *audio_format,
|
||||
struct config_param *param)
|
||||
const struct config_param *param)
|
||||
{
|
||||
struct jack_data *jd;
|
||||
const char *value;
|
||||
|
||||
Reference in New Issue
Block a user