aboutsummaryrefslogtreecommitdiffstats
path: root/widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'widget.h')
-rw-r--r--widget.h2
1 files changed, 1 insertions, 1 deletions
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;