1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-26 01:15:37 +00:00

[libdom] compilation fix

This commit is contained in:
Witold Filipczyk 2023-05-17 12:52:47 +02:00
parent 8485baea76
commit bb5511207e

View File

@ -240,7 +240,7 @@ render_xhtml_document(struct cache_entry *cached, struct document *document, str
dom_document *doc = NULL; /* document, loaded into libdom */
dom_node *root = NULL; /* root element of document */
void *mapa = NULL;
static initialised = 0;
static int initialised = 0;
if (!initialised) {
corestrings_init();