mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-07-25 18:19:00 +02:00
(quotearg_n_options): Make options' parameter be const'.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user