diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-29 12:32:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-29 12:32:11 +0000 |
commit | ffd8f8c5ddb7e94259fda09f1ef73d1d0c42b1e6 (patch) | |
tree | a9ba92d1f2321280a2813ad7eb6f8f3ffb120772 | |
parent | 65de9b1bb5607ef2aa85cae76e366abc6dde3841 (diff) |
eliminate annoying blank line when Ringing
-rw-r--r-- | usr.bin/talk/invite.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/talk/invite.c b/usr.bin/talk/invite.c index 208c4247114..20e835805d4 100644 --- a/usr.bin/talk/invite.c +++ b/usr.bin/talk/invite.c @@ -127,7 +127,6 @@ re_invite() { message("Ringing your party again"); - current_line++; /* force a re-announce */ msg.id_num = htonl(remote_id + 1); announce_invite(); |