diff options
author | Eric Jackson <ericj@cvs.openbsd.org> | 2002-02-19 00:06:35 +0000 |
---|---|---|
committer | Eric Jackson <ericj@cvs.openbsd.org> | 2002-02-19 00:06:35 +0000 |
commit | 6bc690d2525d38f5cb46e62132ec52e71413bc0e (patch) | |
tree | df031a576000c41d2b1fb4ea851a2f7f4872eaad | |
parent | 8b5e412be0d5f4f68f05e2f41dacb60c17e6391f (diff) |
oops, left out ;
-rw-r--r-- | usr.bin/vi/common/exf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vi/common/exf.c b/usr.bin/vi/common/exf.c index 0eeda6601c6..1e7e1d608a4 100644 --- a/usr.bin/vi/common/exf.c +++ b/usr.bin/vi/common/exf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: exf.c,v 1.16 2002/02/18 23:56:10 ericj Exp $ */ +/* $OpenBSD: exf.c,v 1.17 2002/02/19 00:06:34 ericj Exp $ */ /*- * Copyright (c) 1992, 1993, 1994 @@ -989,7 +989,7 @@ file_write(sp, fm, tm, name, flags) *--s = '.'; } } - msgq(sp, M_INFO, "%s", s) + msgq(sp, M_INFO, "%s", s); if (nf) FREE_SPACE(sp, p, 0); return (0); |