mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
(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 *
|
static char *
|
||||||
str_ptr_array_join (GPtrArray * str_splints)
|
str_ptr_array_join (const GPtrArray * str_splints)
|
||||||
{
|
{
|
||||||
GString *return_str;
|
GString *return_str;
|
||||||
guint i;
|
guint i;
|
||||||
|
Loading…
Reference in New Issue
Block a user