1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +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

@ -1,3 +1,7 @@
Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
* testXPath.c: another small cleanup closing bug #59110
Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com> Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
* win32/dsp/libxml2.def.src: small cleanup closing bug * win32/dsp/libxml2.def.src: small cleanup closing bug

View File

@ -157,8 +157,9 @@ int main(int argc, char **argv) {
#if defined(LIBXML_XPTR_ENABLED) #if defined(LIBXML_XPTR_ENABLED)
if ((!strcmp(argv[i], "-xptr")) || (!strcmp(argv[i], "--xptr"))) if ((!strcmp(argv[i], "-xptr")) || (!strcmp(argv[i], "--xptr")))
xptr++; xptr++;
else
#endif #endif
else if ((!strcmp(argv[i], "-debug")) || (!strcmp(argv[i], "--debug"))) if ((!strcmp(argv[i], "-debug")) || (!strcmp(argv[i], "--debug")))
debug++; debug++;
else if ((!strcmp(argv[i], "-valid")) || (!strcmp(argv[i], "--valid"))) else if ((!strcmp(argv[i], "-valid")) || (!strcmp(argv[i], "--valid")))
valid++; valid++;