Rogue semicolon

This commit is contained in:
JoelKatz
2013-08-12 23:07:10 -07:00
parent 20f898c37e
commit ab0a79cb04

View File

@@ -2349,7 +2349,7 @@ bool NetworkOPs::getFetchPack (uint256 const& hash, Blob& data)
bool NetworkOPs::shouldFetchPack (uint32 seq)
{
if (mFetchSeq == seq);
if (mFetchSeq == seq)
return false;
mFetchSeq = seq;
return true;