Fix added whitespace error.

This commit is contained in:
Peter Jones 2008-06-12 13:20:19 -04:00 committed by Peter Jones
parent 21d5757e08
commit 90d6fbed93

View file

@ -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;
}