From db540c50661147d1ce174dc34872b2b90afe542e Mon Sep 17 00:00:00 2001 From: Thomas Reufer Date: Tue, 20 Jan 2015 20:06:00 +0100 Subject: removed dirty character --- setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.c b/setup.c index a7b7b5c..a8e662d 100644 --- a/setup.c +++ b/setup.c @@ -182,7 +182,7 @@ bool cRpiSetup::HwInit(void) int width, height; if (!cRpiDisplay::GetSize(width, height)) { - ILOG("HwInit() done, using %s video out at %dx%d", + ILOG("HwInit() done, using %s video out at %dx%d", cRpiVideoPort::Str(cRpiDisplay::GetVideoPort()), width, height); } else -- cgit v1.2.3