diff options
Diffstat (limited to 'bfd/elf32-cris.c')
-rw-r--r-- | bfd/elf32-cris.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-cris.c b/bfd/elf32-cris.c index 2e8a6b3..f0c88dc 100644 --- a/bfd/elf32-cris.c +++ b/bfd/elf32-cris.c @@ -2960,7 +2960,7 @@ cris_elf_print_private_bfd_data (abfd, ptr) { FILE *file = (FILE *) ptr; - BFD_ASSERT (abfd != NULL && ptr != NULL) + BFD_ASSERT (abfd != NULL && ptr != NULL); _bfd_elf_print_private_bfd_data (abfd, ptr); |