diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/openscad.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openscad.cc b/src/openscad.cc index c687372..980e2af 100644 --- a/src/openscad.cc +++ b/src/openscad.cc @@ -273,7 +273,7 @@ int main(int argc, char **argv) text << buffer; } fclose(fp); - text << commandline_commands; + text << "\n" << commandline_commands; fs::path abspath = boosty::absolute( filename ); std::string fname = boosty::stringy( abspath ); root_module = parse(text.str().c_str(), fname.c_str(), false); |