Added a return statement.

This commit is contained in:
Harry Moffat 2004-08-06 23:09:53 +00:00
parent c90db701db
commit 39f9739db6

View file

@ -36,6 +36,6 @@ int main() {
catch (CanteraError) {
showErrors(cout);
}
return 0;
}