From c295a5111b2c1c8caf535cf79be64768195f3e04 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 14 Mar 2002 09:41:54 +0000 Subject: Fix compile time failure --- bfd/mmo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/mmo.c') diff --git a/bfd/mmo.c b/bfd/mmo.c index 31ba035..bc3b1475 100644 --- a/bfd/mmo.c +++ b/bfd/mmo.c @@ -1523,7 +1523,7 @@ mmo_get_loc (sec, vma, size) entry = (mmo_data_list_type *) bfd_zalloc (sec->owner, sizeof (mmo_data_list_type) + allocated_size); if (entry == NULL) - return false; + return NULL; entry->where = vma; entry->size = size; entry->allocated_size = allocated_size; -- cgit v1.1