From: Peter Jones Date: Thu, 12 Jun 2008 17:20:19 +0000 (-0400) Subject: Fix added whitespace error. X-Git-Tag: 0.3.2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=90d6fbed93ed282f10fecf98376546356ec28af5;p=thirdparty%2Fplymouth.git Fix added whitespace error. --- diff --git a/src/libply/ply-frame-buffer.c b/src/libply/ply-frame-buffer.c index 871c5367..8d9c4f24 100644 --- a/src/libply/ply-frame-buffer.c +++ b/src/libply/ply-frame-buffer.c @@ -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; }