diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-03-06 20:27:46 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-03-06 20:27:46 +0000 |
commit | 7d4955aec89412abcaf55d02c734dc4c4f7bebaa (patch) | |
tree | fc4d09823ff0bee371e60685abc32425920c01cf /usr.bin/vi/common | |
parent | 4cc3b0bb60e7d05b2491df58696cad3fc6d943ec (diff) |
back out changes that should not have escaped my local tree
Diffstat (limited to 'usr.bin/vi/common')
-rw-r--r-- | usr.bin/vi/common/exf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/vi/common/exf.c b/usr.bin/vi/common/exf.c index 86c4c05bcd0..574a16aab3b 100644 --- a/usr.bin/vi/common/exf.c +++ b/usr.bin/vi/common/exf.c @@ -10,7 +10,7 @@ #include "config.h" #ifndef lint -static const char sccsid[] = "@(#)exf.c 10.49 (Berkeley) 10/10/96"; +static const char sccsid[] = "@(#)exf.c 10.49 (Berkeley) 10/10/96"; #endif /* not lint */ #include <sys/param.h> |