mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
fix typo
This commit is contained in:
@@ -820,7 +820,7 @@ bool cVideo::SetCECMode(VIDEO_HDMI_CEC_MODE _deviceType)
|
||||
if (_deviceType == VIDEO_HDMI_CEC_MODE_OFF)
|
||||
{
|
||||
if (hdmiFd >= 0) {
|
||||
close hdmiFd;
|
||||
close(hdmiFd);
|
||||
hdmiFd = -1;
|
||||
}
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user