diff options
Diffstat (limited to 'polyp/modargs.c')
-rw-r--r-- | polyp/modargs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/modargs.c b/polyp/modargs.c index 01a694cf..406f610f 100644 --- a/polyp/modargs.c +++ b/polyp/modargs.c @@ -44,7 +44,7 @@ struct entry { char *key, *value; }; -static int add_key_value(struct pa_hashmap *map, char *key, char *value, const char* const* valid_keys) { +static int add_key_value(struct pa_hashmap *map, char *key, char *value, const char* const valid_keys[]) { struct entry *e; assert(map && key && value); |