summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ccan/ciniparser/_info1
1 files changed, 1 insertions, 0 deletions
diff --git a/ccan/ciniparser/_info b/ccan/ciniparser/_info
index e3af8baf..c252257e 100644
--- a/ccan/ciniparser/_info
+++ b/ccan/ciniparser/_info
@@ -4,6 +4,7 @@
/**
* ciniparser - easily parse and manipulate ini style configuration files
+ *
* A dictionary object is allocated which contains string keys and values.
* Functions to read string values return statically allocated objects,
* there is no need to free them (also, do not modify them directly).