# HG changeset patch # User Jim Meyering # Date 915174196 0 # Node ID d0dff44eca5180460c21ce3603b3d769285eeb12 # Parent 287550eb5c15d108c36e5bdda8cc30e94c937eb9 (quotearg_n_options): Make `options' parameter be `const'. diff --git a/lib/quotearg.c b/lib/quotearg.c --- a/lib/quotearg.c +++ b/lib/quotearg.c @@ -307,7 +307,7 @@ N must be nonnegative. */ static char * quotearg_n_options (unsigned int n, char const *arg, - struct quoting_options *options) + struct quoting_options const *options) { static unsigned int nslots; static struct slotvec