aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ld/pdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/pdb.c b/ld/pdb.c
index 88639d5..ae4c614 100644
--- a/ld/pdb.c
+++ b/ld/pdb.c
@@ -175,7 +175,7 @@ add_stream (bfd *pdb, const char *name, uint16_t *stream_num)
if (!bfd_make_writable (stream))
{
bfd_close (stream);
- return false;
+ return NULL;
}
if (!pdb->archive_head)