diff options
| author | Thomas Reufer <thomas@reufer.ch> | 2015-01-20 20:06:00 +0100 |
|---|---|---|
| committer | Thomas Reufer <thomas@reufer.ch> | 2015-01-20 20:06:00 +0100 |
| commit | db540c50661147d1ce174dc34872b2b90afe542e (patch) | |
| tree | 183150ef01baab1d9fc51f806df993c2ef32942c | |
| parent | 8882672ee12216184d3afa21fdfee843ea1c08b0 (diff) | |
| download | vdr-plugin-rpihddevice-db540c50661147d1ce174dc34872b2b90afe542e.tar.gz vdr-plugin-rpihddevice-db540c50661147d1ce174dc34872b2b90afe542e.tar.bz2 | |
removed dirty character
| -rw-r--r-- | setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
