Skip to content
Snippets Groups Projects
Commit bc588376 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

STYLE: remove incorrect branch condition in setExprFields

parent 51dd8f1c
Branches
No related merge requests found
......@@ -898,7 +898,7 @@ int main(int argc, char *argv[])
);
}
}
else if (exprDictPtr.valid())
else
{
FatalErrorInFunction
<< "No command-line or dictionary??" << nl << endl
......
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