conf: const pointers in block get functions
All config_get_block_*() functions should accept constant config_param pointers.
This commit is contained in:
@@ -126,7 +126,7 @@ static void openDB(Options * options, char *argv0)
|
||||
static void
|
||||
initialize_decoder_and_player(void)
|
||||
{
|
||||
struct config_param *param;
|
||||
const struct config_param *param;
|
||||
char *test;
|
||||
size_t buffer_size;
|
||||
float perc;
|
||||
|
Reference in New Issue
Block a user