mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 14:01:21 +00:00
BUG: Add newline between properties.
This commit is contained in:
parent
3ebd9aa08b
commit
1ab0b18ea0
@ -23,7 +23,7 @@ int main ()
|
|||||||
std::string line = buffer;
|
std::string line = buffer;
|
||||||
if(line.size() && line.find("with scope VARIABLE") == std::string::npos)
|
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;
|
result = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user