Remove \n from error message
This commit is contained in:
parent
df80cd06fb
commit
d980826df2
1 changed files with 1 additions and 1 deletions
|
@ -987,7 +987,7 @@ grub_btrfs_read (grub_file_t file, char *buf, grub_size_t len)
|
|||
default:
|
||||
grub_free (extent);
|
||||
grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET,
|
||||
"unsupported extent type 0x%x\n", extent->type);
|
||||
"unsupported extent type 0x%x", extent->type);
|
||||
return -1;
|
||||
}
|
||||
buf += csize;
|
||||
|
|
Loading…
Reference in a new issue