diff options
Diffstat (limited to 'core/parse-xml.c')
-rw-r--r-- | core/parse-xml.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/parse-xml.c b/core/parse-xml.c index 2577d6380..5c6d8f94f 100644 --- a/core/parse-xml.c +++ b/core/parse-xml.c @@ -35,7 +35,7 @@ int last_xml_version = -1; static xmlDoc *test_xslt_transforms(xmlDoc *doc, const char **params); -struct units xml_parsing_units; +static struct units xml_parsing_units; const struct units SI_units = SI_UNITS; const struct units IMPERIAL_units = IMPERIAL_UNITS; |