Skip to content
Snippets Groups Projects
Commit 1ab0b18e authored by Brad King's avatar Brad King
Browse files

BUG: Add newline between properties.

parent 3ebd9aa0
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ int main ()
std::string line = buffer;
if(line.size() && line.find("with scope VARIABLE") == std::string::npos)
{
fprintf(stderr,line.c_str());
fprintf(stderr, "%s\n", line.c_str());
result = 1;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment