From e9c6cfb43c756f28a21f0ca4f39265009a92568e Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sun, 18 Dec 2011 14:01:51 +0100 Subject: Rename vol_ctl_object to vol_ctl --- src/interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interface.c') diff --git a/src/interface.c b/src/interface.c index be332ba..1d23a30 100644 --- a/src/interface.c +++ b/src/interface.c @@ -122,7 +122,7 @@ print_input_list(struct context *ctx, struct sink_info *sink, static void set_max_name_len(struct context *ctx) { - struct vol_ctl_object *ctl; + struct vol_ctl *ctl; guint len = 0; ctx->max_name_len = len; -- cgit