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
|
@ -494,7 +494,7 @@ grub_install_make_image_wrap_file (const char *dir, const char *prefix,
|
|||
|
||||
tgt = grub_install_get_image_target (mkimage_target);
|
||||
if (!tgt)
|
||||
grub_util_error (_("unknown target format %s\n"), mkimage_target);
|
||||
grub_util_error (_("unknown target format %s"), mkimage_target);
|
||||
|
||||
grub_install_generate_image (dir, prefix, fp, outname,
|
||||
modules.entries, memdisk_path,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue