summaryrefslogtreecommitdiff
path: root/sunrpc/rpc_main.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-07-26 14:33:52 -0700
committerRoland McGrath <roland@hack.frob.com>2012-07-26 14:35:05 -0700
commit9f98c16cfe10fd70fedd647b328adac1a9b38f78 (patch)
tree146de8d69bf62de29eaca2c33fa38febfd087c96 /sunrpc/rpc_main.c
parentf3c22df3c5d5dce995a485df23f2dd0bb89a66d5 (diff)
Fix some -Wformat warnings in rpcgen.
Diffstat (limited to 'sunrpc/rpc_main.c')
-rw-r--r--sunrpc/rpc_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/rpc_main.c b/sunrpc/rpc_main.c
index 3096455eec..06d951aa6a 100644
--- a/sunrpc/rpc_main.c
+++ b/sunrpc/rpc_main.c
@@ -643,7 +643,7 @@ h_output (const char *infile, const char *define, int extend,
}
else if (tblflag)
{
- fprintf (fout, rpcgen_table_dcl);
+ fprintf (fout, "%s", rpcgen_table_dcl);
}
if (Cflag)