diff options
-rw-r--r-- | tcoin.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tcoin.cpp b/tcoin.cpp index 73063ac..f07696f 100644 --- a/tcoin.cpp +++ b/tcoin.cpp @@ -86,6 +86,8 @@ void exit_program(const int error_number) { // Cleanup to do before exiting the program + //TODO: Print the actual error code to stderr + // Finally, we can exit std::exit(error_number); } |