mu: fix some compiler warnings

This commit is contained in:
djcb
2016-12-28 16:32:39 +02:00
parent 0fe41c8690
commit 72a1da9da8
3 changed files with 5 additions and 4 deletions

View File

@ -308,8 +308,8 @@ gboolean
mu_script_guile_run (MuScriptInfo *msi, const char *muhome,
const char **args, GError **err)
{
char *mainargs, *expr;
char *argv[] = {
char *mainargs, *expr;
const char * argv[] = {
"guile", "-l", NULL, "-c", NULL, NULL
};