diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-24 16:47:10 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-24 16:47:10 +0000 |
commit | bff5b80e6cde3256fd760aec0882f8b9fa85b5ee (patch) | |
tree | f979656ed109e888baec4c361944b615bc0f7d2c /bin/ed/main.c | |
parent | c37538200ebdef38051ba82b76e6b2dab3bd2fdc (diff) |
Diffstat (limited to 'bin/ed/main.c')
-rw-r--r-- | bin/ed/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ed/main.c b/bin/ed/main.c index 8468bbd2a846c..f88bac67d78c6 100644 --- a/bin/ed/main.c +++ b/bin/ed/main.c @@ -37,7 +37,7 @@ static char * const copyright = static char * const rcsid = "@(#)main.c,v 1.1 1994/02/01 00:34:42 alm Exp"; #else static char * const rcsid = - "$Id: main.c,v 1.12 1997/10/08 14:47:56 eivind Exp $"; + "$Id: main.c,v 1.13 1998/08/07 09:39:11 dfr Exp $"; #endif #endif /* not lint */ |