Andreas Krennmair:
[apps/madmutt.git] / hook.c
diff --git a/hook.c b/hook.c
index b157f05..12d455f 100644 (file)
--- a/hook.c
+++ b/hook.c
@@ -270,8 +270,7 @@ int mutt_parse_unhook (BUFFER *buf, BUFFER *s, unsigned long data, BUFFER *err)
       }
       if (current_hook_type == type)
       {
       }
       if (current_hook_type == type)
       {
-       snprintf (err->data, err->dsize,
-                 _("unhook: Can't delete a %s from within a %s."),
+       snprintf (err->data, err->dsize, _("unhook: Can't delete a %s from within a %s."),
                  buf->data, buf->data);
        return -1;
       }
                  buf->data, buf->data);
        return -1;
       }