mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-23 20:19:49 +00:00
Add missing \n character to end of warning message created by the previous delta
This commit is contained in:
parent
e013ee27c9
commit
1ec742ac5e
@ -9192,7 +9192,7 @@ display_debug_lines (Elf_Internal_Shdr *section,
|
||||
case DW_LNS_extended_op:
|
||||
if (pointer_size == 0)
|
||||
{
|
||||
warn (_("Extend line ops need a valid pointer size, guessing at 4"));
|
||||
warn (_("Extend line ops need a valid pointer size, guessing at 4\n"));
|
||||
pointer_size = 4;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user