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++;
|
||||
}
|
||||
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());
|
||||
}
|
||||
break;
|
||||
}
|
||||
case YACReader::SendComicInfo:
|
||||
|
Loading…
Reference in New Issue
Block a user