summaryrefslogtreecommitdiff
path: root/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'list.h')
-rw-r--r--list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/list.h b/list.h
index 4607317..6b165d3 100644
--- a/list.h
+++ b/list.h
@@ -36,7 +36,7 @@ void *list_shift(struct list *list);
/* removes first entry with matching data pointer */
void list_removedata(struct list *list, void *data);
-
+
/* returns first node */
struct list_node *list_first(struct list *list);