From 2b3bc18269656c53a749aa6088534ba03ebbf440 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?P=C5=99emysl=20Janouch?=
Date: Sun, 29 Mar 2015 00:38:45 +0100
Subject: [PATCH] Fix formatting
---
liberty.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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) \