changeset 1235:052f26dbe8cf

Silent warnings.
author zas_
date Sat, 03 Jan 2009 17:13:20 +0000
parents 31f50c1b6a9a
children a501721c4ec6
files src/filefilter.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/filefilter.c	Sat Jan 03 15:29:08 2009 +0000
+++ b/src/filefilter.c	Sat Jan 03 17:13:20 2009 +0000
@@ -260,7 +260,7 @@
 	while (*p != '\0')
 		{
 		const gchar *b;
-		const gchar *ext;
+		gchar *ext;
 		gint file_class = -1;
 		guint l = 0;