removed the return 1 in the main

This commit is contained in:
maartenkeijzer 2001-11-08 10:17:52 +00:00
commit 886523dccd

View file

@ -85,7 +85,6 @@ int main(int argc, char **argv)
cout << "Exception: " << e.what() << '\n';
}
return 1;
}
/** The templatized main (sort of)