remove extra newlines in grub_util_* strings
grub_util_{info,warn,error} already add trailing newlines, so remove them from format strings. Also trailing full stops are already added.
This commit is contained in:
parent
a139188eb5
commit
5082ea6184
8 changed files with 30 additions and 30 deletions
|
@ -279,7 +279,7 @@ write_reloc_section (FILE* fp, const char *name, char *image,
|
|||
break;
|
||||
#endif
|
||||
default:
|
||||
grub_util_error ("unknown pe relocation type %d\n", pe_rel->type);
|
||||
grub_util_error ("unknown pe relocation type %d", pe_rel->type);
|
||||
}
|
||||
|
||||
if (type ==
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue