--- src/modules/module-device-restore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/module-device-restore.c b/src/modules/module-device-restore.c index c9ffbb1..3628611 100644 --- a/src/modules/module-device-restore.c +++ b/src/modules/module-device-restore.c @@ -1095,7 +1095,7 @@ static int extension_cb(pa_native_protocol *p, pa_module *m, pa_native_connectio pa_assert(reply); - /* Get the sink index and the number of formats from the tagstruct */ + /* Get the sink index from the tagstruct */ if (pa_tagstruct_getu32(t, &type) < 0 || pa_tagstruct_getu32(t, &sink_index) < 0) goto fail; -- 1.7.10.4