aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--liberty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/liberty.c b/liberty.c
index 7c7c16e..163921a 100644
--- a/liberty.c
+++ b/liberty.c
@@ -276,7 +276,7 @@ xstrndup (const char *s, size_t n)
// --- Double-linked list helpers ----------------------------------------------
#define LIST_HEADER(type) \
- type *next; \
+ type *next; \
type *prev;
#define LIST_PREPEND(head, link) \