src/driver/fb_generic.cpp: fix typo

cs build was broken
This commit is contained in:
2019-03-12 13:10:44 +01:00
parent 43e93be441
commit d51474c6c8

View File

@@ -1558,7 +1558,7 @@ bool CFrameBuffer::showFrame(const std::string & filename, int fallback_mode)
{
#if HAVE_COOL_HARDWARE //FIXME: inside libcs no return value available
videoDecoder->ShowPicture(picture.c_str());
res = true;
ret = true;
#else
if (videoDecoder->ShowPicture(picture.c_str()))
ret = true;