diff options
Diffstat (limited to 'src/manager/xml.h')
-rw-r--r-- | src/manager/xml.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manager/xml.h b/src/manager/xml.h index 230e0f925..0c362fed1 100644 --- a/src/manager/xml.h +++ b/src/manager/xml.h @@ -43,7 +43,7 @@ struct xml_t { * @return enumerator over (xml_t* child, char *name, char *value) */ enumerator_t* (*children)(xml_t *this); - + /** * Get an attribute value by its name. * |