From 826bbe3e256a9008c6d4397de418429c79b7d8b8 Mon Sep 17 00:00:00 2001 From: Nick White Date: Thu, 3 Apr 2008 01:37:43 +0000 Subject: Removed extraneous comments Removed obselete comments git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-36 --- src/tocxml.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/tocxml.c') diff --git a/src/tocxml.c b/src/tocxml.c index d8f20db..60ef31b 100644 --- a/src/tocxml.c +++ b/src/tocxml.c @@ -204,7 +204,6 @@ int cur_identifiers(char * filepath, char * title, issdates * date) { xmlDocPtr file; -// if((file = xmlParseFile(filepath)) == NULL) if((file = xmlReadFile(filepath, "ISO-8859-1", 0)) == NULL) { return 1; -- cgit v1.2.3