Fix ARI warnings about new lines at the end of messages, which
[deliverable/binutils-gdb.git] / gdb / exec.c
index 9f082c0f21d9f57678cf05143f39f4b440de665f..383d3010aaefd161ba310cdb2e4e6432a2bf615a 100644 (file)
@@ -728,7 +728,7 @@ print_section_info (struct target_section_table *t, bfd *abfd)
            }
        }
       if (p == t->sections_end)
-       warning (_("Cannot find section for the entry point of %s.\n"),
+       warning (_("Cannot find section for the entry point of %s."),
                 bfd_get_filename (abfd));
 
       entry_point = gdbarch_addr_bits_remove (gdbarch, 
This page took 0.024593 seconds and 4 git commands to generate.