From d558dffe36b57614ee161bc688a4438b68b4a352 Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Fri, 16 Apr 2010 22:17:43 +0200 Subject: fix: Invalid number of character (() when these macros are defined: 'EM8300_IOCTL_SET_WSS' thanks to cppcheck, my friend --- dxr3device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dxr3device.c b/dxr3device.c index 867a3d0..528b8ff 100644 --- a/dxr3device.c +++ b/dxr3device.c @@ -331,7 +331,7 @@ void cDxr3Device::SetVideoFormat(bool VideoFormat16_9) wssmode = EM8300_WSS_OFF; } - CHECK(ioctl(fdControl, EM8300_IOCTL_SET_WSS, &wssmode); + CHECK(ioctl(fdControl, EM8300_IOCTL_SET_WSS, &wssmode)); } #endif } else { -- cgit v1.2.3