diff --git a/src/zapit/src/channel.cpp b/src/zapit/src/channel.cpp index fd8ccb586..7779d6728 100644 --- a/src/zapit/src/channel.cpp +++ b/src/zapit/src/channel.cpp @@ -218,7 +218,7 @@ bool CZapitChannel::isUHD() if(strstr(name.c_str(),uhd.c_str())) return true; uhd = "4k"; - if(strstr(name.c_str(),uhd.c_str())) + if(strstr(name.c_str(),uhd.c_str())) //FIXME: this statement may fall through return true; } default: