diff options
author | 1997-06-11 08:27:27 +0000 | |
---|---|---|
committer | 1997-06-11 08:27:27 +0000 | |
commit | ff5cdd854a9cc1c7e711e9fc345cb609cff8c492 (patch) | |
tree | 78ef5eb75118bcb0be1c1fa7b8b94e69fe9146c8 | |
parent | fix internal xref; lukem (diff) | |
download | wireguard-openbsd-ff5cdd854a9cc1c7e711e9fc345cb609cff8c492.tar.xz wireguard-openbsd-ff5cdd854a9cc1c7e711e9fc345cb609cff8c492.zip |
remove spurious ,; jtk
-rw-r--r-- | usr.bin/rpcgen/rpc_clntout.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rpcgen/rpc_clntout.c b/usr.bin/rpcgen/rpc_clntout.c index edcfde7c68b..804357cafa5 100644 --- a/usr.bin/rpcgen/rpc_clntout.c +++ b/usr.bin/rpcgen/rpc_clntout.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rpc_clntout.c,v 1.2 1996/06/26 05:38:35 deraadt Exp $ */ +/* $OpenBSD: rpc_clntout.c,v 1.3 1997/06/11 08:27:27 deraadt Exp $ */ /* $NetBSD: rpc_clntout.c,v 1.4 1995/06/11 21:49:52 pk Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -188,7 +188,7 @@ printbody(proc) f_print(fout, "\tif (clnt_call(clnt, %s, xdr_void", proc->proc_name); f_print(fout, - ", NULL, xdr_%s, %s,%s, TIMEOUT) != RPC_SUCCESS) {\n", + ", NULL, xdr_%s, %s%s, TIMEOUT) != RPC_SUCCESS) {\n", stringfix(proc->res_type), ampr(proc->res_type), RESULT); } else if ( newstyle && args2) { |