Skip to content
Snippets Groups Projects
Commit 0abf9b45 authored by Andrew Heather's avatar Andrew Heather
Browse files

STYLE: correction to FatalIOErrorIn message

parent 443a8488
No related merge requests found
......@@ -82,7 +82,7 @@ bool Foam::dictionary::read(Istream& is, const bool keepHeader)
{
if (!is.good())
{
FatalIOErrorIn("dictionary::read(Istream&, bool)", is)
FatalIOErrorIn("dictionary::read(Istream&, const bool)", is)
<< "Istream not OK for reading dictionary "
<< exit(FatalIOError);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment