diff options
author | 2007-01-09 10:01:43 +0000 | |
---|---|---|
committer | 2007-01-09 10:01:43 +0000 | |
commit | 57e637ffdc9c8e275767028ee217ba06d5695d34 (patch) | |
tree | db7fc9204b92b920e666ce512d6957ad0513c0c1 | |
parent | Miod used a too large hatchet when trimming userret in 1.80. (diff) | |
download | wireguard-openbsd-57e637ffdc9c8e275767028ee217ba06d5695d34.tar.xz wireguard-openbsd-57e637ffdc9c8e275767028ee217ba06d5695d34.zip |
remove uneeded linebreak when creating the CVS/Notify
file with the edit command.
-rw-r--r-- | usr.bin/cvs/edit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/edit.c b/usr.bin/cvs/edit.c index 35ebd245933..f55f66cfbbb 100644 --- a/usr.bin/cvs/edit.c +++ b/usr.bin/cvs/edit.c @@ -1,4 +1,4 @@ -/* $OpenBSD: edit.c,v 1.24 2007/01/08 13:21:21 xsa Exp $ */ +/* $OpenBSD: edit.c,v 1.25 2007/01/09 10:01:43 xsa Exp $ */ /* * Copyright (c) 2006, 2007 Xavier Santolaria <xsa@openbsd.org> * @@ -277,7 +277,7 @@ cvs_edit_local(struct cvs_file *cf) if (getcwd(wdir, sizeof(wdir)) == NULL) fatal("getcwd failed"); - (void)fprintf(fp, "E%s\t%s GMT\t%s\t%s\t\n", + (void)fprintf(fp, "E%s\t%s GMT\t%s\t%s\t", cf->file_name, timebuf, thishost, wdir); if (edit_aflags & E_EDIT) |