add newline when SIGINT for console output

This commit is contained in:
2025-01-01 18:18:57 -06:00
parent f59ea622cc
commit 90099260ce

View File

@@ -551,5 +551,6 @@ void runClient(struct ftpconn* cfd) {
}
void shutdown(int signum) {
std::cout << "\n";
runServer = false;
}