An annoying typo (faflse instead of false). Oopsie.

This commit is contained in:
Sean Eric Fagan 1994-03-28 23:03:21 +00:00
parent db7ea4ead5
commit f888e93cca
1 changed files with 1 additions and 1 deletions

View File

@ -641,7 +641,7 @@ nlm_alpha_read_import (abfd, sym)
sym -> symbol.value = 0;
sym -> symbol.section = &bfd_und_section;
if (bfd_read ((PTR) temp, sizeof (temp), 1, abfd) != sizeof (temp))
return faflse;
return false;
rcount = bfd_h_get_32 (abfd, temp);
nlm_relocs = ((struct nlm_relent *)
bfd_alloc (abfd, rcount * sizeof (struct nlm_relent)));