diff options
author | 2010-08-31 20:43:45 +0000 | |
---|---|---|
committer | 2010-08-31 20:43:45 +0000 | |
commit | ebeb6526f33b610f8bb44d7d5a07966e4bc7ceb0 (patch) | |
tree | 0c5e252ce5eb90db87e49370e295a86da8197423 | |
parent | Removed ra_uid, which was supposed to save the uid of a delta's author. (diff) | |
download | wireguard-openbsd-ebeb6526f33b610f8bb44d7d5a07966e4bc7ceb0.tar.xz wireguard-openbsd-ebeb6526f33b610f8bb44d7d5a07966e4bc7ceb0.zip |
style
-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; |