diff options
author | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2010-08-31 20:43:46 +0000 |
---|---|---|
committer | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2010-08-31 20:43:46 +0000 |
commit | 399514cdd89e767b286cadb22c30ad290e010346 (patch) | |
tree | 6388d5a721e7aa7a4624b0f1609bfee30dbbc98e /usr.bin/rcs | |
parent | d07555e65ed5027ca1c09637d80a2678756c520c (diff) |
style
Diffstat (limited to 'usr.bin/rcs')
-rw-r--r-- | usr.bin/rcs/rcs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rcs/rcs.c b/usr.bin/rcs/rcs.c index 7adaa19028e..d6cee8d0eb6 100644 --- a/usr.bin/rcs/rcs.c +++ b/usr.bin/rcs/rcs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rcs.c,v 1.60 2010/07/28 09:07:11 ray Exp $ */ +/* $OpenBSD: rcs.c,v 1.61 2010/08/31 20:43:45 tobias Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -1147,7 +1147,7 @@ rcs_patch_lines(struct rcs_lines *dlines, struct rcs_lines *plines) * returned buffer is dynamically allocated and should be released using * buf_free() once the caller is done using it. */ -BUF* +BUF * rcs_getrev(RCSFILE *rfp, RCSNUM *frev) { u_int i, numlen; |