bug 1000: typo in FlushStreams

This commit is contained in:
Tom Goff
2012-03-23 04:33:02 -04:00
parent 1dc29395b8
commit 8bc5c5294d

View File

@@ -107,7 +107,7 @@ void
FlushStreams (void)
{
std::list<std::ostream*> **pl = PeekStreamList ();
if (pl == 0)
if (*pl == 0)
{
return;
}