summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2008-06-12 13:20:19 -0400
committerPeter Jones <pjones@vroomfondel.internal.datastacks.com>2008-06-12 13:20:19 -0400
commit90d6fbed93ed282f10fecf98376546356ec28af5 (patch)
tree2d0161da78ad8db90fbfb7262cc730e62a096933 /src
parent21d5757e08618bf9f1451930d007155d55d2e59b (diff)
downloadplymouth-90d6fbed93ed282f10fecf98376546356ec28af5.tar.gz
plymouth-90d6fbed93ed282f10fecf98376546356ec28af5.tar.xz
plymouth-90d6fbed93ed282f10fecf98376546356ec28af5.zip
Fix added whitespace error.
Diffstat (limited to 'src')
-rw-r--r--src/libply/ply-frame-buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libply/ply-frame-buffer.c b/src/libply/ply-frame-buffer.c
index 871c536..8d9c4f2 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;
}