libgimpthumb: fix "assignment discards ‘const’ qualifier" warning.

This commit is contained in:
Jehan 2013-12-05 22:18:15 +13:00
parent 79cab368d3
commit 44fe30ef80
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ main (gint argc,
{ {
GOptionContext *context; GOptionContext *context;
GDir *dir; GDir *dir;
gchar *thumb_folder; const gchar *thumb_folder;
const gchar *folder; const gchar *folder;
GError *error = NULL; GError *error = NULL;