summaryrefslogtreecommitdiff
path: root/src/xml.c
diff options
context:
space:
mode:
authorNick White <arch@njw.me.uk>2008-04-03 01:37:43 +0000
committerNick White <arch@njw.me.uk>2008-04-03 01:37:43 +0000
commit826bbe3e256a9008c6d4397de418429c79b7d8b8 (patch)
treef0c29adceb054c172c595422119f9d848e65230e /src/xml.c
parent2c11ade646188ce8ba8e3d8abbf0463aa8876826 (diff)
Removed extraneous comments
Removed obselete comments git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-36
Diffstat (limited to 'src/xml.c')
-rw-r--r--src/xml.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xml.c b/src/xml.c
index c499b03..1ed8517 100644
--- a/src/xml.c
+++ b/src/xml.c
@@ -33,7 +33,6 @@ int ready_xml(char * filepath, char * rootnode, xmlDocPtr * file, xmlNodePtr * n
if(access(filepath, R_OK) != 0)
return 1;
-// if((*file = xmlParseFile(filepath)) == NULL)
if((*file = xmlReadFile(filepath, "ISO-8859-1", 0)) == NULL)
{
fprintf(stderr, "Error: cannot open xml file %s\n", filepath);