1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-28 00:21:53 +03:00

another small cleanup closing bug #59110 Daniel

* testXPath.c: another small cleanup closing bug #59110
Daniel
This commit is contained in:
Daniel Veillard
2001-08-16 16:27:41 +00:00
parent 796f4b64e1
commit 09190201ca
2 changed files with 6 additions and 1 deletions

View File

@ -157,8 +157,9 @@ int main(int argc, char **argv) {
#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++;