From 61d81b0abf796abc1b0ec4d9eefa232f7e34f771 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sat, 6 Jul 2024 13:42:24 +0100 Subject: [PATCH] fix docstring --- src/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.c b/src/util.c index 0f05056..31631e5 100644 --- a/src/util.c +++ b/src/util.c @@ -32,7 +32,7 @@ void remove_name_in_path(char *szPath) } /** - * @brief Replaces multiple newlines and tabs with single spaces + * @brief Replaces multiple spaces and tabs with single spaces * * @param s The string to be reduced * @param len Current length of the string