From 91a009ca717cdddd6ae88c836973604d4f2515af Mon Sep 17 00:00:00 2001 From: Nilankan Betal <92252352+NilankanBetal@users.noreply.github.com> Date: Mon, 15 Aug 2022 09:32:11 +0530 Subject: [PATCH] solved issue #3252, merge PR. removed unnecessary "*" from 115th line. --- src/tagmanager/tm_source_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tagmanager/tm_source_file.c b/src/tagmanager/tm_source_file.c index 01c3952766..cceec5eaa6 100644 --- a/src/tagmanager/tm_source_file.c +++ b/src/tagmanager/tm_source_file.c @@ -112,7 +112,7 @@ static char *realpath (const char *pathname, char *resolved_path) } #endif -/** +/* Given a file name, returns a newly allocated string containing the realpath() of the file. @param file_name The original file_name