aboutsummaryrefslogtreecommitdiff
path: root/miscutils/chat.c
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/chat.c')
-rw-r--r--miscutils/chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/chat.c b/miscutils/chat.c
index a04565063..a7faaf284 100644
--- a/miscutils/chat.c
+++ b/miscutils/chat.c
@@ -473,7 +473,7 @@ int chat_main(int argc UNUSED_PARAM, char **argv)
473 if ('\\' == c) { 473 if ('\\' == c) {
474 c = *++buf; 474 c = *++buf;
475 if ('d' == c) { 475 if ('d' == c) {
476 sleep(1); 476 sleep1();
477 len--; 477 len--;
478 continue; 478 continue;
479 } 479 }