Fixed the empty node detection to avoid reporting an inexistant close tag.

* xmlreader.c: Fixed the empty node detection to avoid reporting
  an inexistant close tag.
Daniel
diff --git a/ChangeLog b/ChangeLog
index b9381ee..26633d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
+
+	* xmlreader.c: Fixed the empty node detection to avoid reporting
+	  an inexistant close tag.
+
 Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
 
 	* python/libxml.c python/setup.py.in: patch from Stéphane Bidoul