* lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
Signed-off-by: Eric Blake <ebb9@byu.net>
2008-02-12 Eric Blake <ebb9@byu.net>
+ Silence warning in last patch.
+ * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
+
Quotearg part 4: add tests, fix c-maybe colon quoting.
* lib/quotearg.h: Improve documentation.
* lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
quotearg_buffer_restyled (char *buffer, size_t buffersize,
char const *arg, size_t argsize,
enum quoting_style quoting_style, int flags,
- unsigned int *quote_these_too)
+ unsigned int const *quote_these_too)
{
size_t i;
size_t len = 0;