Skip to content
Snippets Groups Projects

Feature/gui implements #53

Merged Nicolas Pope requested to merge feature/gui into master
2 files
+ 8
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -128,9 +128,8 @@ int main(int argc, char **argv) {
// ftl::middlebury::test(config);
//}
LOG(INFO) << "BACK IN MAIN";
delete root;
LOG(INFO) << "Terminating...";
LOG(INFO) << "Terminating with code " << ftl::exit_code;
return ftl::exit_code;
}
Loading