diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-03-29 00:38:45 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-03-29 00:38:45 +0100 |
commit | 2b3bc18269656c53a749aa6088534ba03ebbf440 (patch) | |
tree | 85e33187204e7dec814dd26ee7aad03d87bf18c0 | |
parent | 087645848baec5e59e4296817850bd5dd240cbb2 (diff) | |
download | liberty-2b3bc18269656c53a749aa6088534ba03ebbf440.tar.gz liberty-2b3bc18269656c53a749aa6088534ba03ebbf440.tar.xz liberty-2b3bc18269656c53a749aa6088534ba03ebbf440.zip |
Fix formatting
-rw-r--r-- | liberty.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) \ |