X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=hook.c;h=12d455f52fcf279b752030ba11f2ece873ec2dc2;hp=b157f05119b5e03a3c22e54e611930138a49d259;hb=67b2c8d6719bccd621e47b59cb89b9e2cb97d4f5;hpb=047342c2a0526885217e03d06e9b7a715f55b92f diff --git a/hook.c b/hook.c index b157f05..12d455f 100644 --- 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) { - 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; }