summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/import.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cvs/import.c')
-rw-r--r--usr.bin/cvs/import.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/import.c b/usr.bin/cvs/import.c
index 894e0ef0e7e..0e8a4a1c272 100644
--- a/usr.bin/cvs/import.c
+++ b/usr.bin/cvs/import.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: import.c,v 1.1 2004/11/09 20:46:02 krapht Exp $ */
+/* $OpenBSD: import.c,v 1.2 2004/12/07 17:10:56 tedu Exp $ */
/*
* Copyright (c) 2004 Joris Vink <amni@pandora.be>
* All rights reserved.
@@ -122,7 +122,7 @@ do_import(struct cvsroot *root, char **argv)
cvs_sendarg(root, argv[1], 0) < 0 ||
cvs_sendarg(root, argv[2], 0) < 0) {
cvs_log(LP_ERR, "failed to send arguments");
- return (-1);
+ return (-1);
}
/* create the repository name */