Remove trailing white spaces
[SXSI/xpathcomp.git] / OCamlDriver.cpp
index a5e47f8..0e3af12 100644 (file)
@@ -786,7 +786,7 @@ extern "C" value caml_benchmark_jump(value tree,value tag){
   treeNode root = XMLTREE(tree)->FirstChild(0);
   root = XMLTREE(tree)->FirstChild(root);
   count = iterjump(XMLTREE(tree), root , Int_val(tag),0);
-  return Val_unit;
+  return Val_int(count);
 }
 
 int iterfcns(XMLTree* tree, treeNode node){