mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Library: explicit braces to avoid ambiguous 'else'
This commit is contained in:
parent
6f9d03847a
commit
20bcd2235a
@ -188,7 +188,9 @@ void YACReaderClientConnectionWorker::run()
|
|||||||
tries++;
|
tries++;
|
||||||
}
|
}
|
||||||
if(tries == 200 && written != block.size())
|
if(tries == 200 && written != block.size())
|
||||||
|
{
|
||||||
QLOG_ERROR() << QString("Local connection (comic info requested): unable to send response (%1,%2)").arg(written).arg(block.size());
|
QLOG_ERROR() << QString("Local connection (comic info requested): unable to send response (%1,%2)").arg(written).arg(block.size());
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case YACReader::SendComicInfo:
|
case YACReader::SendComicInfo:
|
||||||
|
Loading…
Reference in New Issue
Block a user