From ab0a79cb044b017963624606323f644255453dbb Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Mon, 12 Aug 2013 23:07:10 -0700 Subject: [PATCH] Rogue semicolon --- modules/ripple_app/misc/NetworkOPs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ripple_app/misc/NetworkOPs.cpp b/modules/ripple_app/misc/NetworkOPs.cpp index 719033b7f..ed2bfc995 100644 --- a/modules/ripple_app/misc/NetworkOPs.cpp +++ b/modules/ripple_app/misc/NetworkOPs.cpp @@ -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;