diff options
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(); } |