diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2016-10-17 19:25:45 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2016-10-17 19:25:45 +0100 |
commit | f6c49cecc18df02579473095818935e8271fbfbc (patch) | |
tree | c41787de20debca17f2676be2704146d68205cca /xmalloc.h | |
parent | 7ba845297fd60c784ecff248b27db109750211bf (diff) | |
download | rtmux-f6c49cecc18df02579473095818935e8271fbfbc.tar.gz rtmux-f6c49cecc18df02579473095818935e8271fbfbc.tar.bz2 rtmux-f6c49cecc18df02579473095818935e8271fbfbc.zip |
One extra empty line not in OpenBSD, and tweak a #define style.
Diffstat (limited to 'xmalloc.h')
-rw-r--r-- | xmalloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ #define XMALLOC_H #if !defined(__bounded__) -# define __bounded__(x, y, z) +#define __bounded__(x, y, z) #endif void *xmalloc(size_t); |