diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-11-11 07:36:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-11-11 07:36:41 +0000 |
commit | cddeb7f28365b004b7ed8f5c31af1824e9f4a6b7 (patch) | |
tree | c7c299bcf4c492d523e99afdfc911715e9f14a1c | |
parent | 8c9f399c284d97d03f86928be0ad561e7bd80134 (diff) |
indent
-rw-r--r-- | bin/ed/main.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/ed/main.c b/bin/ed/main.c index dd6b29ceaea..4c14d3e89c0 100644 --- a/bin/ed/main.c +++ b/bin/ed/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.22 2001/06/22 23:53:53 deraadt Exp $ */ +/* $OpenBSD: main.c,v 1.23 2001/11/11 07:36:40 deraadt Exp $ */ /* $NetBSD: main.c,v 1.3 1995/03/21 09:04:44 cgd Exp $ */ /* main.c: This file contains the main control and user-interface routines @@ -39,7 +39,7 @@ char *copyright = #if 0 static char *rcsid = "@(#)main.c,v 1.1 1994/02/01 00:34:42 alm Exp"; #else -static char rcsid[] = "$OpenBSD: main.c,v 1.22 2001/06/22 23:53:53 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: main.c,v 1.23 2001/11/11 07:36:40 deraadt Exp $"; #endif #endif /* not lint */ @@ -1478,7 +1478,6 @@ handle_winch(signo) int signo; { int save_errno = errno; - struct winsize ws; /* window size structure */ sigflags &= ~(1 << (signo - 1)); |