From caaddeaae7ec72cb65047aa72add993a4167d67b Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Mon, 19 Dec 2011 14:44:11 +0100 Subject: ctl.h: Fix typos in parameters --- src/ctl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/ctl.h b/src/ctl.h index 2f54416..bb9ffda 100644 --- a/src/ctl.h +++ b/src/ctl.h @@ -41,8 +41,8 @@ struct vol_ctl { pa_operation *(*volume_set)(pa_context *, guint32, const pa_cvolume *, pa_context_success_cb_t, gpointer); - void (*childs_foreach)(struct vol_ctl *ctx, GFunc func, gpointer udata); - gint (*childs_len)(struct vol_ctl *ctx); + void (*childs_foreach)(struct vol_ctl *ctl, GFunc func, gpointer udata); + gint (*childs_len)(struct vol_ctl *ctl); }; struct main_ctl { -- cgit