aboutsummaryrefslogtreecommitdiff
path: root/src/ui/list_input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/list_input.h')
-rw-r--r--src/ui/list_input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/list_input.h b/src/ui/list_input.h
index aad3ae4..932d0fd 100644
--- a/src/ui/list_input.h
+++ b/src/ui/list_input.h
@@ -30,7 +30,7 @@
30 30
31#define list_input_reset(list) { \ 31#define list_input_reset(list) { \
32 (list)->line_index = 0; \ 32 (list)->line_index = 0; \
33 (list)->selected = NULL; \ 33 (list)->selected = 0; \
34} 34}
35 35
36#define list_input_select(list, line_width, item) { \ 36#define list_input_select(list, line_width, item) { \