Missing ;

This commit is contained in:
JoelKatz
2012-01-01 02:57:38 -08:00
parent cc4db24956
commit 4351b406b6

View File

@@ -60,7 +60,7 @@ int UniqueNodeList::checkValid(newcoin::Validation& valid)
void UniqueNodeList::dumpUNL(std::string& retStr)
{
Database* db=theApp->getNetNodeDB()->getDB();
std::string sql="SELECT * FROM UNL";
std::string sql="SELECT * FROM UNL;";
ScopedLock sl(theApp->getNetNodeDB()->getDBLock());
if( db->executeSQL(sql.c_str()) )