summaryrefslogtreecommitdiff
path: root/headers.c
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2011-07-26 17:51:40 +0400
committerIvan Maidanski <ivmai@mail.ru>2011-07-26 17:51:40 +0400
commitf4549e6f616d1b976126e1afddde3fb15c88bb08 (patch)
tree468562a9464cbbf6d0218650b15bd54926f6660b /headers.c
parentcab07051b9609b90d82db8c4586988a804a25264 (diff)
downloadbdwgc-f4549e6f616d1b976126e1afddde3fb15c88bb08.tar.gz
gc6.3 tarball importgc6_3
Diffstat (limited to 'headers.c')
-rw-r--r--headers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/headers.c b/headers.c
index 0aa51397..b7be1d84 100644
--- a/headers.c
+++ b/headers.c
@@ -206,7 +206,7 @@ register struct hblk * h;
{
hdr * result;
- if (!get_index((word) h)) return(FALSE);
+ if (!get_index((word) h)) return(0);
result = alloc_hdr();
SET_HDR(h, result);
# ifdef USE_MUNMAP