summaryrefslogtreecommitdiff
path: root/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'setup.c')
-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