mirror of
https://github.com/rkd77/elinks.git
synced 2025-04-18 00:47:36 -04:00
[libdom] compilation fix
This commit is contained in:
parent
8485baea76
commit
bb5511207e
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user