diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-07-26 14:33:52 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-07-26 14:35:05 -0700 |
commit | 9f98c16cfe10fd70fedd647b328adac1a9b38f78 (patch) | |
tree | 146de8d69bf62de29eaca2c33fa38febfd087c96 /sunrpc/rpc_hout.c | |
parent | f3c22df3c5d5dce995a485df23f2dd0bb89a66d5 (diff) | |
download | glibc-9f98c16cfe10fd70fedd647b328adac1a9b38f78.tar.gz glibc-9f98c16cfe10fd70fedd647b328adac1a9b38f78.tar.xz glibc-9f98c16cfe10fd70fedd647b328adac1a9b38f78.zip |
Fix some -Wformat warnings in rpcgen.
Diffstat (limited to 'sunrpc/rpc_hout.c')
-rw-r--r-- | sunrpc/rpc_hout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/rpc_hout.c b/sunrpc/rpc_hout.c index 31b6d3a3fe..10f793d233 100644 --- a/sunrpc/rpc_hout.c +++ b/sunrpc/rpc_hout.c @@ -579,7 +579,7 @@ pdeclaration (const char *name, declaration * dec, int tab, break; } } - f_print (fout, separator); + f_print (fout, "%s", separator); } static int |