Added newline

brodykenrick-master
Marius Kintel 2013-10-28 22:15:10 -04:00
parent bc76c79e2f
commit 9fe0beeddd
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ std::string PlatformUtils::info()
<< "\nOpenCSG version: " << OPENCSG_VERSION_STRING
<< "\nQt version: " << qtVersion
<< "\nMingW build: " << mingwstatus
<< "\nOPENSCADPATH: " << getenv("OPENSCADPATH")
<< "\nOPENSCADPATH: " << getenv("OPENSCADPATH") << "\n"
;
return s.str();
}