aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-hook.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-format-hook.c')
-rw-r--r--mail/em-format-hook.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-format-hook.c b/mail/em-format-hook.c
index d88323e348..9748dc8088 100644
--- a/mail/em-format-hook.c
+++ b/mail/em-format-hook.c
@@ -207,7 +207,7 @@ emfh_enable(EPluginHook *eph, int state)
struct _EMFormatHookGroup *group = g->data;
klass = g_hash_table_lookup(emfh_types, group->id);
- for (l=group->items;l;g=g_slist_next(l)) {
+ for (l=group->items;l;l=g_slist_next(l)) {
EMFormatHookItem *item = l->data;
if (state)