main should return a value
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Mon, 06 Aug 2007 10:29:19 +0200
changeset 1201 9bb4f158c60e
parent 1200 ae6244482a59
child 1202 953cc2fadcef
main should return a value
examples/simple-global-routing.cc
--- a/examples/simple-global-routing.cc	Mon Aug 06 10:09:18 2007 +0200
+++ b/examples/simple-global-routing.cc	Mon Aug 06 10:29:19 2007 +0200
@@ -178,4 +178,6 @@
   Simulator::Run ();
     
   Simulator::Destroy ();
+
+  return 0;
 }