Stray character

This commit is contained in:
JoelKatz
2012-10-29 16:22:04 -07:00
parent 4c4a9b168f
commit 8fc8553fc6

View File

@@ -338,7 +338,7 @@ bool LedgerEntrySet::threadOwners(SLE::ref node, Ledger::ref ledger,
#endif #endif
return threadTx(node->getOwner(), ledger, newMods); return threadTx(node->getOwner(), ledger, newMods);
} }
else if (node->hasTwoOwners()) // thread to owner's accounts] else if (node->hasTwoOwners()) // thread to owner's accounts
{ {
#ifdef META_DEBUG #ifdef META_DEBUG
cLog(lsTRACE) << "Thread to two owners"; cLog(lsTRACE) << "Thread to two owners";