diff options
author | Aleksander Piotrowski <alek@cvs.openbsd.org> | 2005-05-18 21:39:26 +0000 |
---|---|---|
committer | Aleksander Piotrowski <alek@cvs.openbsd.org> | 2005-05-18 21:39:26 +0000 |
commit | 5c7e0d44eb90f7083ad42cd477b41dbedab2ab51 (patch) | |
tree | ea63405bd8dc04185766e3b9c3264ca5fcf28469 /usr.bin | |
parent | 0af5de563017ada09bfee142d6a78424a565ba2a (diff) |
Style
ok joris@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/cvs/server.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/cvs/server.c b/usr.bin/cvs/server.c index 34443c4e221..30207f99f90 100644 --- a/usr.bin/cvs/server.c +++ b/usr.bin/cvs/server.c @@ -1,4 +1,4 @@ -/* $OpenBSD: server.c,v 1.14 2005/05/18 20:24:19 joris Exp $ */ +/* $OpenBSD: server.c,v 1.15 2005/05/18 21:39:25 alek Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -92,8 +92,8 @@ cvs_server(int argc, char **argv) } if (chdir(cvs_server_tmpdir) == -1) { - cvs_log(LP_ERRNO, "failed to change to temporary directory '%s'" - , cvs_server_tmpdir); + cvs_log(LP_ERRNO, "failed to change to temporary directory '%s'", + cvs_server_tmpdir); return (CVS_EX_DATA); } |