mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[dialogs] const stylename
This commit is contained in:
parent
22f596c45d
commit
1264cb944d
@ -377,7 +377,7 @@ draw_file_download(struct listbox_item *item, struct listbox_context *context,
|
|||||||
{
|
{
|
||||||
struct file_download *file_download = (struct file_download *)item->udata;
|
struct file_download *file_download = (struct file_download *)item->udata;
|
||||||
struct download *download = &file_download->download;
|
struct download *download = &file_download->download;
|
||||||
char *stylename;
|
const char *stylename;
|
||||||
struct color_pair *color;
|
struct color_pair *color;
|
||||||
char *text;
|
char *text;
|
||||||
int length;
|
int length;
|
||||||
|
Loading…
Reference in New Issue
Block a user