script: avoid compiler warning

This commit is contained in:
Dirk-Jan C. Binnema 2022-05-28 23:58:16 +03:00
parent dd1b854eca
commit d5632b9ac9
1 changed files with 3 additions and 2 deletions

View File

@ -288,6 +288,9 @@ mu_script_find_script_with_name(GSList* lst, const char* name)
return NULL;
}
#ifdef BUILD_GUILE
static char*
quoted_from_strv (const gchar **params)
{
@ -315,8 +318,6 @@ quoted_from_strv (const gchar **params)
}
#ifdef BUILD_GUILE
static void
guile_shell(void* closure, int argc, char** argv)
{