removed the return 1 in the main
This commit is contained in:
parent
818e6d8a14
commit
886523dccd
1 changed files with 0 additions and 1 deletions
|
|
@ -85,7 +85,6 @@ int main(int argc, char **argv)
|
||||||
cout << "Exception: " << e.what() << '\n';
|
cout << "Exception: " << e.what() << '\n';
|
||||||
}
|
}
|
||||||
|
|
||||||
return 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/** The templatized main (sort of)
|
/** The templatized main (sort of)
|
||||||
|
|
|
||||||
Reference in a new issue