summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2000-06-29 00:43:27 +0000
committerDaniel Veillard <veillard@src.gnome.org>2000-06-29 00:43:27 +0000
commitc230410eadbada15092c04f92d01068af8a19f8d (patch)
tree201ed29cc4d9216a824548c47f84939af4544d08 /example
parentbe803967dbecb5534c7c7fbc1a17157ba43366b5 (diff)
downloadlibxml2-c230410eadbada15092c04f92d01068af8a19f8d.tar.gz
2.1.0 test release for good, updated doc and example, Daniel.LIBXML_2_1_0
Diffstat (limited to 'example')
-rw-r--r--example/gjobread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/gjobread.c b/example/gjobread.c
index 916fa53a..cfd26d19 100644
--- a/example/gjobread.c
+++ b/example/gjobread.c
@@ -262,6 +262,7 @@ int main(int argc, char **argv) {
gJobPtr cur;
/* COMPAT: Do not genrate nodes for formatting spaces */
+ LIBXML_TEST_VERSION
xmlKeepBlanksDefault(0);
for (i = 1; i < argc ; i++) {