From a757656c31bc45aaebc48eb450e13f7326803e91 Mon Sep 17 00:00:00 2001
From: Marko Lindqvist <cazfi74@gmail.com>
Date: Fri, 9 Sep 2022 03:03:08 +0300
Subject: [PATCH 41/41] Doxygen: Fix error in make_escapes() header

See osdn #45505

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
---
 utility/support.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utility/support.c b/utility/support.c
index 2eeabe9094..c0a788f07c 100644
--- a/utility/support.c
+++ b/utility/support.c
@@ -313,7 +313,7 @@ void make_escapes(const char *str, char *buf, size_t buf_len)
   removes the newline.
   If full_escapes is TRUE:
     - '\n' -> newline translation.
-    - Other '\c' sequences (any character 'c') are just passed
+    - Other '\?' sequences (any character '?') are just passed
       through with the '\' removed (eg, includes '\\', '\"').
   See also make_escapes().
 ****************************************************************************/
-- 
2.35.1