diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2005-04-12 19:35:33 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2005-04-12 19:35:33 +0000 |
commit | 658a2d605f79d7d15e8f3e45d3ab355c7bb2f777 (patch) | |
tree | f5812ae20d407fe8722a8f0c6fe3095507ee91b6 /usr.bin | |
parent | e02939f51910ce46d40b5c81d0e6918f8e7cd18d (diff) |
don't show unneeded error messages.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/cvs/cvs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/cvs.c b/usr.bin/cvs/cvs.c index 3bdbf75c80c..a39e67e7e8d 100644 --- a/usr.bin/cvs/cvs.c +++ b/usr.bin/cvs/cvs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.c,v 1.52 2005/04/12 15:18:13 xsa Exp $ */ +/* $OpenBSD: cvs.c,v 1.53 2005/04/12 19:35:32 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -438,7 +438,6 @@ main(int argc, char **argv) fprintf(stderr, "an operation on a file or directory failed"); break; default: - fprintf(stderr, "unknown error"); break; } |