aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-04-16 13:22:19 +0200
committerKristian Evers <kristianevers@gmail.com>2018-04-16 13:22:19 +0200
commitadce503f6597d7cf6921f31bfa2c66db0c07f319 (patch)
treefacd8045a22c3f115aa41c1dd86d39d1d41771a0 /src
parent5a7777c66ed70a39849f0b10b4204550c3cd7eda (diff)
downloadPROJ-adce503f6597d7cf6921f31bfa2c66db0c07f319.tar.gz
PROJ-adce503f6597d7cf6921f31bfa2c66db0c07f319.zip
Silence complaints about missing </gie> tag
Diffstat (limited to 'src')
-rw-r--r--src/gie.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gie.c b/src/gie.c
index 8c735b88..3831a8f1 100644
--- a/src/gie.c
+++ b/src/gie.c
@@ -964,6 +964,7 @@ Indicate that the remaining material should be skipped. Mostly for debugging.
******************************************************************************/
T.skip = 1;
(void) args;
+ F->level = 2; /* Silence complaints about missing </gie> element */
return 0;
}