mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
Fix a compilation problem with --minimum
For https://bugzilla.gnome.org/show_bug.cgi?id=636750 Moved a #endif /* LIBXML_OUTPUT_ENABLED */ a few lines down to avoid reference an undefined variable
This commit is contained in:
parent
399aaba14b
commit
0c7109c81f
@ -3365,11 +3365,11 @@ main(int argc, char **argv) {
|
||||
i++;
|
||||
#ifdef LIBXML_OUTPUT_ENABLED
|
||||
format = atoi(argv[i]);
|
||||
#endif /* LIBXML_OUTPUT_ENABLED */
|
||||
if (format == 1) {
|
||||
noblanks++;
|
||||
xmlKeepBlanksDefault(0);
|
||||
}
|
||||
#endif /* LIBXML_OUTPUT_ENABLED */
|
||||
}
|
||||
#ifdef LIBXML_READER_ENABLED
|
||||
else if ((!strcmp(argv[i], "-stream")) ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user