Skip to content

Commit

Permalink
Update util.h
Browse files Browse the repository at this point in the history
  • Loading branch information
recp committed Apr 5, 2020
1 parent a672b67 commit cc7f9bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/xml/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ xml_xml(const xml_t * __restrict object) {
* @return string node
*/
XML_INLINE
xml_t*
const xml_t*
xmls_next(const xml_t * __restrict obj) {
const xml_t *o;

Expand Down Expand Up @@ -78,7 +78,7 @@ xmls_next(const xml_t * __restrict obj) {
* @return non-NULL terminated string value (pointer only)
*/
XML_INLINE
xml_t*
const xml_t*
xmls(const xml_t * __restrict obj) {
if (!obj || obj->type != XML_ELEMENT)
return NULL;
Expand Down

0 comments on commit cc7f9bf

Please sign in to comment.