diff src/filefilter.h @ 736:a7289f9e8d29

Fix signed vs unsigned warnings. In most cases, gint was used instead of guint.
author zas_
date Thu, 22 May 2008 13:00:45 +0000
parents b690cecbf5b8
children 1646720364cf
line wrap: on
line diff
--- a/src/filefilter.h	Thu May 22 11:28:35 2008 +0000
+++ b/src/filefilter.h	Thu May 22 13:00:45 2008 +0000
@@ -21,7 +21,7 @@
 	gchar *description;
 	gchar *extensions;
 	FileFormatClass file_class;
-	gint enabled;
+	gboolean enabled;
 };
 
 /* you can change, but not add or remove entries from the returned list */