textscreen: Make txt_fileselect_s prompt member const
This commit is contained in:
parent
bdb14111e0
commit
061a1dee44
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue