summaryrefslogtreecommitdiff
path: root/dxr3device.c
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3device.c')
-rw-r--r--dxr3device.c2
1 files changed, 1 insertions, 1 deletions
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 {