summaryrefslogtreecommitdiff
path: root/libexec/talkd
diff options
context:
space:
mode:
authortv <tv@NetBSD.org>2000-10-17 20:55:36 +0000
committertv <tv@NetBSD.org>2000-10-17 20:55:36 +0000
commit7781da70d5d489be47e8760d685094b27b517830 (patch)
tree55b4974d38cf221c8be52d0986777e8e1d0c8859 /libexec/talkd
parent23c15f15786afc4ced27298cd88a58ab3ac7e35b (diff)
Formatting nit: add a space.
Diffstat (limited to 'libexec/talkd')
-rw-r--r--libexec/talkd/announce.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/talkd/announce.c b/libexec/talkd/announce.c
index 5a67042cedd..56890d51f2b 100644
--- a/libexec/talkd/announce.c
+++ b/libexec/talkd/announce.c
@@ -1,4 +1,4 @@
-/* $NetBSD: announce.c,v 1.12 2000/10/10 12:38:54 itojun Exp $ */
+/* $NetBSD: announce.c,v 1.13 2000/10/17 20:55:36 tv Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)announce.c 8.3 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: announce.c,v 1.12 2000/10/10 12:38:54 itojun Exp $");
+__RCSID("$NetBSD: announce.c,v 1.13 2000/10/17 20:55:36 tv Exp $");
#endif
#endif /* not lint */
@@ -109,7 +109,7 @@ print_mesg(tty, request, remote_machine)
struct iovec iovec;
char line_buf[N_LINES][N_CHARS];
int sizes[N_LINES];
- char big_buf[(N_LINES + 1) *N_CHARS];
+ char big_buf[(N_LINES + 1) * N_CHARS];
char *bptr, *lptr, *vis_user;
int i, j, max_size;