mirror of https://github.com/MidnightCommander/mc
(str_ptr_array_join): constify argument.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
42469e2016
commit
eb507862ff
|
@ -42,7 +42,7 @@
|
|||
/* --------------------------------------------------------------------------------------------- */
|
||||
|
||||
static char *
|
||||
str_ptr_array_join (GPtrArray * str_splints)
|
||||
str_ptr_array_join (const GPtrArray * str_splints)
|
||||
{
|
||||
GString *return_str;
|
||||
guint i;
|
||||
|
|
Loading…
Reference in New Issue