From 5f3336ebb70869ea0abd8c84283e61f3e3cf7a5d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 1 Jan 1999 07:03:16 +0000 Subject: [PATCH] (quotearg_n_options): Make `options' parameter be `const'. --- lib/quotearg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/quotearg.c b/lib/quotearg.c index a0863606b1..baf28c6106 100644 --- a/lib/quotearg.c +++ b/lib/quotearg.c @@ -307,7 +307,7 @@ quotearg_buffer (char *buffer, size_t buffersize, 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 -- 2.30.2