diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-07-23 14:42:34 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-07-23 14:42:34 +0000 |
commit | a342deddcda419d9dd836ccc0ceba366c17f0324 (patch) | |
tree | f385161f3773153d2e1d8f0d6a9d9760156437ea /bin/ed/main.c | |
parent | d0807d52c3c3042648b1ca63987f608732ec1f01 (diff) |
tabify
Diffstat (limited to 'bin/ed/main.c')
-rw-r--r-- | bin/ed/main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ed/main.c b/bin/ed/main.c index e2bf141d17d..01c0bbfde58 100644 --- a/bin/ed/main.c +++ b/bin/ed/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.9 1997/07/08 19:30:27 millert Exp $ */ +/* $OpenBSD: main.c,v 1.10 1997/07/23 14:42:33 kstailey 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.9 1997/07/08 19:30:27 millert Exp $"; +static char rcsid[] = "$OpenBSD: main.c,v 1.10 1997/07/23 14:42:33 kstailey Exp $"; #endif #endif /* not lint */ @@ -235,7 +235,7 @@ top: (status = exec_command()) >= 0) if (!status || (status && (status = display_lines(current_addr, current_addr, - status)) >= 0)) + status)) >= 0)) continue; switch (status) { case EOF: |