Merge branch 'master' into merge-job
[deliverable/binutils-gdb.git] / bfd / osf-core.c
index 798c4b88efff00ca0fa9d7e36df708be66745b4c..87cebc625d9f1b14716fe1ca4dceff84c09bde3a 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for OSF/1 core files.
-   Copyright (C) 1993-2018 Free Software Foundation, Inc.
+   Copyright (C) 1993-2020 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -124,7 +124,7 @@ osf_core_core_file_p (bfd *abfd)
          flags = SEC_HAS_CONTENTS;
          break;
        default:
-         _bfd_error_handler (_("Unhandled OSF/1 core file section type %d\n"),
+         _bfd_error_handler (_("unhandled OSF/1 core file section type %d"),
                              core_scnhdr.scntype);
          continue;
        }
This page took 0.023541 seconds and 4 git commands to generate.