* grub-core/video/efi_gop.c: Fix over-80-chars line.
* grub-core/video/efi_uga.c: Likewise.
This commit is contained in:
parent
b2a30ac5e4
commit
54ac3cd189
3 changed files with 9 additions and 2 deletions
|
@ -198,7 +198,8 @@ grub_video_uga_fini (void)
|
|||
|
||||
static grub_err_t
|
||||
grub_video_uga_setup (unsigned int width, unsigned int height,
|
||||
unsigned int mode_type, unsigned int mode_mask __attribute__ ((unused)))
|
||||
unsigned int mode_type,
|
||||
unsigned int mode_mask __attribute__ ((unused)))
|
||||
{
|
||||
unsigned int depth;
|
||||
int found = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue