diff options
Diffstat (limited to 'libtxt/html.c')
-rw-r--r-- | libtxt/html.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtxt/html.c b/libtxt/html.c index 4e12555..4fa9789 100644 --- a/libtxt/html.c +++ b/libtxt/html.c @@ -63,7 +63,7 @@ static struct dom *generate_dom(char *data, u32 length) if (err != XML_SUCCESS && err != XML_ERROR_BUFFERDRY) { printf("\nXML parse error: %d\n", err); - return NULL; + /* return NULL; */ } struct dom *root = new_object("root", NULL); |