From 43c2b6c0736e3e1e4b7da99b0f6d793dd7a89482 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Mon, 28 Apr 2025 13:14:24 -0400 Subject: filter compressors --- widget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widget.h') diff --git a/widget.h b/widget.h index 905e44e..1351ba1 100644 --- a/widget.h +++ b/widget.h @@ -48,7 +48,7 @@ typedef struct { int *filtered; /* indices of compressors accepted by the filter. */ int nfiltered; /* len(filtered) */ - int idx; /* index of selected in filtered. */ + int idx; /* index of selected in comps. */ int oldidx; /* index of previously selected. */ int active; -- cgit v1.2.3