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 f5bf77f..3939040 100644 --- a/src/openscad.cc +++ b/src/openscad.cc @@ -73,7 +73,7 @@ int main(int argc, char **argv) #ifdef ENABLE_CGAL // Causes CGAL errors to abort directly instead of throwing exceptions - // (which we don't catch). This gives us stack traces without rerunning in gdb. + // (which we don't catch). This gives us stack traces without rerunning in gdb. CGAL::set_error_behaviour(CGAL::ABORT); #endif initialize_builtin_functions(); |