summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Reufer <thomas@reufer.ch>2015-01-20 20:06:00 +0100
committerThomas Reufer <thomas@reufer.ch>2015-01-20 20:06:00 +0100
commitdb540c50661147d1ce174dc34872b2b90afe542e (patch)
tree183150ef01baab1d9fc51f806df993c2ef32942c
parent8882672ee12216184d3afa21fdfee843ea1c08b0 (diff)
downloadvdr-plugin-rpihddevice-db540c50661147d1ce174dc34872b2b90afe542e.tar.gz
vdr-plugin-rpihddevice-db540c50661147d1ce174dc34872b2b90afe542e.tar.bz2
removed dirty character
-rw-r--r--setup.c2
1 files changed, 1 insertions, 1 deletions
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