another small cleanup closing bug #59110 Daniel

* testXPath.c: another small cleanup closing bug #59110
Daniel
diff --git a/testXPath.c b/testXPath.c
index 04d09d2..bfbb56a 100644
--- a/testXPath.c
+++ b/testXPath.c
@@ -157,8 +157,9 @@
 #if defined(LIBXML_XPTR_ENABLED)
 	if ((!strcmp(argv[i], "-xptr")) || (!strcmp(argv[i], "--xptr")))
 	    xptr++;
+	else 
 #endif
-	else if ((!strcmp(argv[i], "-debug")) || (!strcmp(argv[i], "--debug")))
+	if ((!strcmp(argv[i], "-debug")) || (!strcmp(argv[i], "--debug")))
 	    debug++;
 	else if ((!strcmp(argv[i], "-valid")) || (!strcmp(argv[i], "--valid")))
 	    valid++;