Fix extraneous offer creation.

This commit is contained in:
Arthur Britto
2012-12-15 16:48:46 -08:00
parent 65bb4a8941
commit 0bc4a7b1e2
5 changed files with 15 additions and 3 deletions

View File

@@ -91,4 +91,5 @@ std::string transHuman(TER terCode)
return transResultInfo(terCode, strToken, strHuman) ? strHuman : "-";
}
// vim:ts=4