summaryrefslogtreecommitdiff
path: root/src/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/list.h')
-rw-r--r--src/list.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/list.h b/src/list.h
index b878f97..76dde0a 100644
--- a/src/list.h
+++ b/src/list.h
@@ -78,7 +78,6 @@ void **list_array(List *ls);
destroyed. */
List *array_to_list(void ** array, NUM size);
-
/* destroy the list: If ALL_FREE_P is 1, this frees every void
pointers contained in the list; if it is 2, this frees the first
pointer. In any case, the list is de-allocated. */