From 1005f474c8d5ec36acb432e25ae05fa073dffd91 Mon Sep 17 00:00:00 2001 From: Brad Hards Date: Mon, 17 Jan 2011 13:32:36 +1030 Subject: [PATCH] ciniparser: Separate summary line and description text for metadata --- ccan/ciniparser/_info | 1 + 1 file changed, 1 insertion(+) 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). -- 2.39.2