(str_ptr_array_join): constify argument.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2018-07-01 10:15:09 +03:00
parent 42469e2016
commit eb507862ff
1 changed files with 1 additions and 1 deletions

View File

@ -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;