aboutsummaryrefslogtreecommitdiffstats
path: root/xpointer.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2004-11-04 10:49:00 +0000
committerDaniel Veillard <veillard@src.gnome.org>2004-11-04 10:49:00 +0000
commit3d97e669eca6f4849c7b3014f472cacc57817015 (patch)
tree226d9383b744024ef3602d3e9be826a9fd6a0094 /xpointer.c
parentb1b3a3e924d919d20cc25b29ad48fc38dae066ee (diff)
downloadandroid_external_libxml2-3d97e669eca6f4849c7b3014f472cacc57817015.tar.gz
android_external_libxml2-3d97e669eca6f4849c7b3014f472cacc57817015.tar.bz2
android_external_libxml2-3d97e669eca6f4849c7b3014f472cacc57817015.zip
extending the tests coverage more fixes and cleanups Daniel
* gentest.py testapi.c: extending the tests coverage * HTMLtree.c tree.c xmlsave.c xpointer.c: more fixes and cleanups Daniel
Diffstat (limited to 'xpointer.c')
-rw-r--r--xpointer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpointer.c b/xpointer.c
index 7f014de6..fb2785d0 100644
--- a/xpointer.c
+++ b/xpointer.c
@@ -559,7 +559,7 @@ xmlXPtrNewRangeNodeObject(xmlNodePtr start, xmlXPathObjectPtr end) {
return(NULL);
break;
default:
- TODO
+ /* TODO */
return(NULL);
}