chiark / gitweb /
Simplify execute_directory()
[elogind.git] / src / shared / xml.h
index af71709c331da750a0bfbedca134c51bf183c360..b256b0ba104c583dc386826eff85c7b145de6341 100644 (file)
@@ -28,7 +28,7 @@ enum {
         XML_TAG_CLOSE,
         XML_TAG_CLOSE_EMPTY,
         XML_ATTRIBUTE_NAME,
-        XML_ATTRIBUTE_VALUE
+        XML_ATTRIBUTE_VALUE,
 };
 
 int xml_tokenize(const char **p, char **name, void **state, unsigned *line);