aboutsummaryrefslogtreecommitdiff
path: root/sys/rpc/clnt_dg.c
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2010-01-07 21:01:37 +0000
committerMartin Blapp <mbr@FreeBSD.org>2010-01-07 21:01:37 +0000
commitc2ede4b379d8fa04de02c36201538fd610763299 (patch)
tree5d5dd29f525602a794f28a860b157a27bc19c71a /sys/rpc/clnt_dg.c
parent017b01f6628c01be1ada0397f3cae40670936b1a (diff)
downloadsrc-c2ede4b379d8fa04de02c36201538fd610763299.tar.gz
src-c2ede4b379d8fa04de02c36201538fd610763299.zip
Remove extraneous semicolons, no functional changes.
Submitted by: Marc Balmer <marc@msys.ch> MFC after: 1 week
Notes
Notes: svn path=/head/; revision=201758
Diffstat (limited to 'sys/rpc/clnt_dg.c')
-rw-r--r--sys/rpc/clnt_dg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/rpc/clnt_dg.c b/sys/rpc/clnt_dg.c
index 78f4a9a21285..e3fa02c91bf9 100644
--- a/sys/rpc/clnt_dg.c
+++ b/sys/rpc/clnt_dg.c
@@ -258,7 +258,7 @@ clnt_dg_create(
rpc_createerr.cf_error.re_errno = 0;
goto err2;
}
- cu->cu_mcalllen = XDR_GETPOS(&xdrs);;
+ cu->cu_mcalllen = XDR_GETPOS(&xdrs);
/*
* By default, closeit is always FALSE. It is users responsibility