Actually print the \r
This commit is contained in:
parent
851e2797db
commit
37a0fd3a19
@ -32,6 +32,8 @@ cleanup(void)
|
|||||||
|
|
||||||
if (close(epoll_fd) || close(sock))
|
if (close(epoll_fd) || close(sock))
|
||||||
perror("ERROR: close");
|
perror("ERROR: close");
|
||||||
|
|
||||||
|
putchar('\r');
|
||||||
}
|
}
|
||||||
|
|
||||||
uint_fast8_t
|
uint_fast8_t
|
||||||
|
Loading…
Reference in New Issue
Block a user