summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/cvs/edit.c4
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)