1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

Compilation fix.

This commit is contained in:
Witold Filipczyk 2007-07-27 19:05:43 +02:00 committed by Witold Filipczyk
parent 6beb55c145
commit 5eb3c3274e

View File

@ -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. */