summaryrefslogtreecommitdiffstats
path: root/polyp/cli-text.c
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/cli-text.c')
-rw-r--r--polyp/cli-text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/cli-text.c b/polyp/cli-text.c
index c08b0d9c..39f7b6ed 100644
--- a/polyp/cli-text.c
+++ b/polyp/cli-text.c
@@ -271,7 +271,7 @@ char *pa_autoload_list_to_string(struct pa_core *c) {
struct pa_autoload_entry *e;
void *state = NULL;
- while ((e = pa_hashmap_iterate(c->autoload_hashmap, &state))) {
+ while ((e = pa_hashmap_iterate(c->autoload_hashmap, &state, NULL))) {
pa_strbuf_printf(
s, " name: <%s>\n\ttype: <%s>\n\tindex: <%u>\n\tmodule_name: <%s>\n\targuments: <%s>\n",
e->name,