diff options
author | Marius Kintel <marius@kintel.net> | 2013-10-29 02:15:10 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-10-29 02:15:10 (GMT) |
commit | 9fe0beeddd08531ab2f664f2c02931fcb899ef0f (patch) | |
tree | ad2a098e2e77bfebe9d85734886e3edb3f3fcf8f /src/PlatformUtils.cc | |
parent | bc76c79e2fa60c2b5c04d8159efddcc0702f3354 (diff) |
Added newline
Diffstat (limited to 'src/PlatformUtils.cc')
-rw-r--r-- | src/PlatformUtils.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlatformUtils.cc b/src/PlatformUtils.cc index 5059b78..cfa5731 100644 --- a/src/PlatformUtils.cc +++ b/src/PlatformUtils.cc @@ -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(); } |