app: fix missing const qualifier.

Thanks to frogonia for noticing.
This commit is contained in:
Jehan 2019-12-30 00:23:21 +01:00
parent f51886b853
commit 5ec22b6720
1 changed files with 1 additions and 1 deletions

View File

@ -627,7 +627,7 @@ is_script (const gchar *filename)
static gchar **exts = NULL;
const gchar *ext = strrchr (filename, '.');
gchar *pathext;
const gchar *pathext;
gint i;
if (exts == NULL)