example: Add missing return 0 in multiple examples

This commit is contained in:
Eduardo Almeida
2022-09-19 18:03:29 +01:00
parent fdc8123237
commit 5b9bb7ad26
41 changed files with 83 additions and 4 deletions

View File

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

View File

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