scratch: Add missing return statement to scratch-simulator.cc

This commit is contained in:
Eduardo Almeida
2022-05-26 17:49:38 +00:00
committed by Gabriel Ferreira
parent c9cf798e5f
commit 1ac48ef57d

View File

@@ -27,4 +27,6 @@ main (int argc, char *argv[])
Simulator::Run ();
Simulator::Destroy ();
return 0;
}