aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/fuzzy_check.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/fuzzy_check.c')
-rw-r--r--src/plugins/fuzzy_check.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/fuzzy_check.c b/src/plugins/fuzzy_check.c
index f7a59522c..2f7fb2904 100644
--- a/src/plugins/fuzzy_check.c
+++ b/src/plugins/fuzzy_check.c
@@ -215,6 +215,7 @@ parse_mime_types (const gchar *str)
sizeof (struct fuzzy_mime_type));
type->type = g_pattern_spec_new (strvec[i]);
type->subtype = NULL;
+ res = g_list_prepend (res, type);
}
}