summaryrefslogtreecommitdiff
path: root/bin/stty/cchar.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-09-01 18:30:39 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-09-01 18:30:39 +0000
commita43ab78081569419e6c61ef03c154da56a667dd8 (patch)
tree9d27b3251a03c6298aa14827691ac2399227b0e5 /bin/stty/cchar.c
parent380f0870e4aafdd13a6050959648e2e735f2ea56 (diff)
i am bored enough to fix terminal space/tab uglies
Diffstat (limited to 'bin/stty/cchar.c')
-rw-r--r--bin/stty/cchar.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/stty/cchar.c b/bin/stty/cchar.c
index 8404516b77d..05afe92fbb5 100644
--- a/bin/stty/cchar.c
+++ b/bin/stty/cchar.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cchar.c,v 1.6 1997/07/23 19:26:46 kstailey Exp $ */
+/* $OpenBSD: cchar.c,v 1.7 1997/09/01 18:30:31 deraadt Exp $ */
/* $NetBSD: cchar.c,v 1.10 1996/05/07 18:20:05 jtc Exp $ */
/*-
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)cchar.c 8.5 (Berkeley) 4/2/94";
#else
-static char rcsid[] = "$OpenBSD: cchar.c,v 1.6 1997/07/23 19:26:46 kstailey Exp $";
+static char rcsid[] = "$OpenBSD: cchar.c,v 1.7 1997/09/01 18:30:31 deraadt Exp $";
#endif
#endif /* not lint */
@@ -104,7 +104,7 @@ csearch(argvp, ip)
struct cchar *cp, tmp;
long val;
char *arg, *ep, *name;
-
+
name = **argvp;
tmp.name = name;