]> sourceware.org Git - glibc.git/commitdiff
(printbody): Fix -CLMNab output.
authorUlrich Drepper <drepper@redhat.com>
Tue, 23 Nov 1999 17:10:21 +0000 (17:10 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 23 Nov 1999 17:10:21 +0000 (17:10 +0000)
sunrpc/rpc_clntout.c

index 0b4f645c07afc171bc3022f5d9432f63d2ceee14..1e6bb5672825e8a8bd4990e3a837592fa0d3125c 100644 (file)
@@ -268,14 +268,14 @@ printbody (proc_list * proc)
       else
        fprintf (fout, "\t if ");
       fprintf (fout,
-              "(clnt_call (clnt, %s, (xdrproc_t) xdr_void", proc->proc_name);
+              "(clnt_call (clnt, %s, (xdrproc_t) xdr_void", proc->proc_name);
 
       fprintf (fout,
               "(caddr_t) NULL,\n\t\t(xdrproc_t) xdr_%s, (caddr_t) %s%s,",
               stringfix(proc->res_type), (mtflag)?"":ampr(proc->res_type),
               RESULT);
       if (mtflag)
-       fprintf (fout, "\n\t\tTIMEOUT));\n}\n");
+       fprintf (fout, "\n\t\tTIMEOUT));\n\n");
       else
        fprintf (fout, "\n\t\tTIMEOUT) != RPC_SUCCESS) {\n");
     }
This page took 0.040759 seconds and 5 git commands to generate.