diff options
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 |