diff options
Diffstat (limited to 'src/lib/util/xmlfile.c')
| -rw-r--r-- | src/lib/util/xmlfile.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/util/xmlfile.c b/src/lib/util/xmlfile.c index 1bc99e0f102..3550609f5eb 100644 --- a/src/lib/util/xmlfile.c +++ b/src/lib/util/xmlfile.c @@ -534,9 +534,9 @@ const char *xml_normalize_string(const char *string) ***************************************************************************/ /*------------------------------------------------- - expat_malloc/expat_realloc/expat_free - - wrappers for memory allocation functions so - that they pass through out memory tracking + expat_malloc/expat_realloc/expat_free - + wrappers for memory allocation functions so + that they pass through out memory tracking systems -------------------------------------------------*/ @@ -563,7 +563,7 @@ static void expat_free(void *ptr) static int expat_setup_parser(xml_parse_info *parse_info, xml_parse_options *opts) { XML_Memory_Handling_Suite memcallbacks; - + /* setup parse_info structure */ memset(parse_info, 0, sizeof(*parse_info)); if (opts != NULL) |
