summaryrefslogtreecommitdiff
path: root/textscreen/txt_dropdown.c
diff options
context:
space:
mode:
Diffstat (limited to 'textscreen/txt_dropdown.c')
-rw-r--r--textscreen/txt_dropdown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/textscreen/txt_dropdown.c b/textscreen/txt_dropdown.c
index 504d4156..3242b21c 100644
--- a/textscreen/txt_dropdown.c
+++ b/textscreen/txt_dropdown.c
@@ -265,7 +265,7 @@ txt_widget_class_t txt_dropdown_list_class =
TXT_DropdownListKeyPress,
TXT_DropdownListDestructor,
TXT_DropdownListMousePress,
- 0,
+ NULL,
};
txt_dropdown_list_t *TXT_NewDropdownList(int *variable, char **values,