diff options
| author | 2008-03-24 04:07:46 +0000 | |
|---|---|---|
| committer | 2008-03-24 04:07:46 +0000 | |
| commit | 9476c50ee6715f42a0fe84e1a5ce5fd40ff0aa73 (patch) | |
| tree | 0138fbe477e671b1f7c4837f509c8efae93c487a /src/lib | |
| parent | 4442fccc23bd09994961ae7b32adf98a730e7f02 (diff) | |
Cleanups for 0.124. Marked Mermaid as working per checkin comment.
Diffstat (limited to 'src/lib')
| -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) |
