aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-03-29 00:38:45 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2015-03-29 00:38:45 +0100
commit2b3bc18269656c53a749aa6088534ba03ebbf440 (patch)
tree85e33187204e7dec814dd26ee7aad03d87bf18c0
parent087645848baec5e59e4296817850bd5dd240cbb2 (diff)
downloadliberty-2b3bc18269656c53a749aa6088534ba03ebbf440.tar.gz
liberty-2b3bc18269656c53a749aa6088534ba03ebbf440.tar.xz
liberty-2b3bc18269656c53a749aa6088534ba03ebbf440.zip
Fix formatting
-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) \