Oops, fix e497dc485...

This commit is contained in:
Phil Williams 2013-09-29 15:23:37 +01:00
parent e497dc4857
commit 20b96fd0a7

View File

@ -58,8 +58,8 @@ void ScfgRuleWriter::Write(const ScfgRule &rule)
}
// Write a count of 1.
m_fwd << " ||| 1" << std::endl;
m_inv << " ||| 1" << std::endl;
m_fwd << " ||| 1";
m_inv << " ||| 1";
// Write the PCFG score (if requested).
if (m_options.pcfg) {