mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-06 02:18:08 +02:00
Fix added whitespace error.
This commit is contained in:
parent
21d5757e08
commit
90d6fbed93
1 changed files with 1 additions and 1 deletions
|
|
@ -284,7 +284,7 @@ ply_frame_buffer_query_device (ply_frame_buffer_t *buffer)
|
|||
if (fixed_screen_info.visual != FB_VISUAL_TRUECOLOR ||
|
||||
variable_screen_info.bits_per_pixel < 16)
|
||||
{
|
||||
ply_trace("Visual is %s; not using graphics\n",
|
||||
ply_trace("Visual is %s; not using graphics\n",
|
||||
p_visual(fixed_screen_info.visual));
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue