Actually print the \r

This commit is contained in:
Franck STAUFFER 2020-09-08 23:03:14 +02:00
parent 851e2797db
commit 37a0fd3a19
Signed by: franck.stauffer
GPG Key ID: AAF5A94045CEC261
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ cleanup(void)
if (close(epoll_fd) || close(sock))
perror("ERROR: close");
putchar('\r');
}
uint_fast8_t