diff options
author | tkummermehr <thorsten.kummermehr@k2l.de> | 2017-07-14 11:42:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-14 11:42:07 +0200 |
commit | 27a4c51251418b2f09183d01b7fffaa06453fef4 (patch) | |
tree | c9f8918ee1b14df1132e5f006411e2bd92c34e75 /ucs2-interface/ucs-xml/UcsXml.h | |
parent | f4b34a4b00dc0983ae8f9a56828c2bc86ac11c7f (diff) | |
parent | f1a58b980fc090b5e0d2a4eff704c8d2b23cd79c (diff) |
Merge pull request #9 from tkummermehr/FixIvalidXmlCrash
Fix invalid XML crash
Diffstat (limited to 'ucs2-interface/ucs-xml/UcsXml.h')
-rw-r--r-- | ucs2-interface/ucs-xml/UcsXml.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ucs2-interface/ucs-xml/UcsXml.h b/ucs2-interface/ucs-xml/UcsXml.h index 2e5eef9..b36e007 100644 --- a/ucs2-interface/ucs-xml/UcsXml.h +++ b/ucs2-interface/ucs-xml/UcsXml.h @@ -62,7 +62,7 @@ typedef struct /*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/**
- * \brief Initializes Unicens XML parser module, parses the given string and
+ * \brief Initializes Unicens XML parser module, parses the given string and
* generate the data needed to run Unicens (UCS) library.
*
* \note In case of errors the callback UcsXml_CB_OnError will be raised.
@@ -74,7 +74,7 @@ typedef struct UcsXmlVal_t *UcsXml_Parse(const char *xmlString);
/**
- * \brief Frees the given structure, generated by UcsXml_Parse.
+ * \brief Frees the given structure, generated by UcsXml_Parse.
*
* \note In case of errors the callback UcsXml_CB_OnError will be raised.
* \param val - The structure to be freed.
|