textscreen: Make txt_fileselect_s prompt member const

This commit is contained in:
Turo Lamminen 2018-03-27 19:20:18 +03:00
parent bdb14111e0
commit 061a1dee44

View file

@ -32,7 +32,7 @@ struct txt_fileselect_s {
txt_widget_t widget;
txt_inputbox_t *inputbox;
int size;
char *prompt;
const char *prompt;
const char **extensions;
};