Add newline to the end of the rnglists displsy.

This commit is contained in:
Nick Clifton
2022-07-01 15:08:44 +01:00
parent 2899490953
commit 1dd024239b
2 changed files with 5 additions and 0 deletions

View File

@ -8202,6 +8202,7 @@ display_debug_rnglists (struct dwarf_section *section)
putchar ('\n');
}
putchar ('\n');
return 1;
}