From 63169a9701ed45ee2ef593d93c0f88b2dc2b139d Mon Sep 17 00:00:00 2001 From: tsauerbeck Date: Sat, 8 Oct 2005 09:59:03 +0000 Subject: [PATCH] fix printf call SVN revision: 17310 --- legacy/evas/src/lib/engines/software_x11/evas_outbuf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/evas/src/lib/engines/software_x11/evas_outbuf.c b/legacy/evas/src/lib/engines/software_x11/evas_outbuf.c index 2b74871658..2c3602393e 100644 --- a/legacy/evas/src/lib/engines/software_x11/evas_outbuf.c +++ b/legacy/evas/src/lib/engines/software_x11/evas_outbuf.c @@ -199,10 +199,10 @@ evas_software_x11_outbuf_setup_x(int w, int h, int rot, Outbuf_Depth depth, { printf(".[ Evas Error ].\n" " {\n" - " At depth %i:\n", + " At depth %i:\n" " RGB format mask: %08x, %08x, %08x\n" " Palette mode: %i\n" - " Not supported by and compiled in converters!\n", + " Not supported by and compiled in converters!\n" " }\n", buf->priv.x.depth, buf->priv.mask.r,