aboutsummaryrefslogtreecommitdiff
path: root/xmalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'xmalloc.h')
-rw-r--r--xmalloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmalloc.h b/xmalloc.h
index 0360b0d9..61f8adef 100644
--- a/xmalloc.h
+++ b/xmalloc.h
@@ -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);