diff options
Diffstat (limited to 'textscreen/txt_label.c')
-rw-r--r-- | textscreen/txt_label.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textscreen/txt_label.c b/textscreen/txt_label.c index 19a9646e..48b38cda 100644 --- a/textscreen/txt_label.c +++ b/textscreen/txt_label.c @@ -108,7 +108,7 @@ txt_widget_class_t txt_label_class = TXT_LabelDrawer, NULL, TXT_LabelDestructor, - 0, + NULL, }; void TXT_SetLabel(txt_label_t *label, char *value) |