diff options
Diffstat (limited to 'src/interface.c')
-rw-r--r-- | src/interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |