scratch: Add missing return statement to scratch-simulator.cc
This commit is contained in:
committed by
Gabriel Ferreira
parent
c9cf798e5f
commit
1ac48ef57d
@@ -27,4 +27,6 @@ main (int argc, char *argv[])
|
||||
|
||||
Simulator::Run ();
|
||||
Simulator::Destroy ();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user