From 49782e402f5cd7b3fa83eae9c425715c94fc459d Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 1 Aug 2021 17:59:05 -0700 Subject: [PATCH] * lib/quotarg.c: remove wrong, unneeded comment --- lib/quotearg.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/quotearg.c b/lib/quotearg.c index 570468917b..dc4babcb6e 100644 --- a/lib/quotearg.c +++ b/lib/quotearg.c @@ -787,7 +787,6 @@ quotearg_buffer (char *buffer, size_t buffersize, return r; } -/* Equivalent to quotearg_alloc (ARG, ARGSIZE, NULL, O). */ char * quotearg_alloc (char const *arg, size_t argsize, struct quoting_options const *o) -- 2.39.5