Fix formatting

This commit is contained in:
Přemysl Eric Janouch 2015-03-29 00:38:45 +01:00
parent 087645848b
commit 2b3bc18269
1 changed files with 1 additions and 1 deletions

View File

@ -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) \