mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Compilation fix.
This commit is contained in:
parent
6beb55c145
commit
5eb3c3274e
@ -59,7 +59,7 @@ struct textarea_data {
|
||||
unsigned char *fn;
|
||||
};
|
||||
|
||||
static INIT_LIST_HEAD(textarea_list); /* struct textarea_data */
|
||||
static INIT_LIST_OF(struct textarea_data, textarea_list);
|
||||
|
||||
/** We add two extra entries to the table so the ending info can be added
|
||||
* without reallocating. */
|
||||
|
Loading…
Reference in New Issue
Block a user