summaryrefslogtreecommitdiffstats
path: root/lib/libstand/stand.h
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2002-08-21 09:30:45 +0000
committerscottl <scottl@FreeBSD.org>2002-08-21 09:30:45 +0000
commit2d2341a634a0d5c812cce6d8552614bd05f799c4 (patch)
treec2f5c6c1e0a46767973b43e2923a2c507d9ee85c /lib/libstand/stand.h
parent5d5f15e434a974dff1f7288593b2ab345819e076 (diff)
downloadFreeBSD-src-2d2341a634a0d5c812cce6d8552614bd05f799c4.zip
FreeBSD-src-2d2341a634a0d5c812cce6d8552614bd05f799c4.tar.gz
Fix a typo in #if 0 code
Diffstat (limited to 'lib/libstand/stand.h')
-rw-r--r--lib/libstand/stand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/stand.h b/lib/libstand/stand.h
index a062179..44656df 100644
--- a/lib/libstand/stand.h
+++ b/lib/libstand/stand.h
@@ -402,7 +402,7 @@ void Free(void *, const char *, int);
#define free(x) Free(x, __FILE__, __LINE__)
#define realloc(x, y) Realloc(x, y, __FILE__, __LINE__)
#else
-#define malloc(x) Malloc(x, NULL 0)
+#define malloc(x) Malloc(x, NULL, 0)
#define calloc(x, y) Calloc(x, y, NULL, 0)
#define free(x) Free(x, NULL, 0)
#define realloc(x, y) Realloc(x, y, NULL, 0)
OpenPOWER on IntegriCloud