Skip to content

Commit

Permalink
Merge pull request #4 from ashuiquu/master
Browse files Browse the repository at this point in the history
Different GCC 4.5.2 and GCC 4.6.0 behaviour
  • Loading branch information
vinced committed May 24, 2011
2 parents 2abfb67 + 6912d55 commit 18d3e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion namecoin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1617,7 +1617,7 @@ bool CNamecoinHooks::GenesisBlock(CBlock& block)
if (fTestNet)
return false;

::GenesisBlock(block, NAME_COIN_GENESIS_EXTRA);
return ::GenesisBlock(block, NAME_COIN_GENESIS_EXTRA);
}

int CNamecoinHooks::LockinHeight()
Expand Down

0 comments on commit 18d3e8a

Please sign in to comment.