ini: Fix ini_close definition

This commit is contained in:
David Hrdlička
2022-09-10 13:47:36 +02:00
parent 7dd8c96ffc
commit 08f48b8b00

View File

@@ -233,7 +233,7 @@ create_entry(section_t *section, char *name)
return (ne);
}
static void
void
ini_close(ini_t ini)
{
section_t *sec, *ns;