Added a missing brace.

This commit is contained in:
John Wiegley 2009-02-02 00:24:56 -04:00
parent 9540406af1
commit 42bed9c001

View file

@ -324,7 +324,7 @@ string item_context(const item_t& item)
else
out << '\n';
out << " " << p;
}
return out.str();
}
}