fix spacing in the trailing [ msg ]

This commit is contained in:
Mike Frysinger 2008-03-23 12:49:40 +00:00
parent e1b09daaac
commit ec4721dd7f

View File

@ -787,7 +787,7 @@ static void _eend(FILE * __EINFO_RESTRICT fp, int col, ECOLOR color,
if (! msg)
return;
cols = get_term_columns(fp) - (strlen(msg) + 3);
cols = get_term_columns(fp) - (strlen(msg) + 5);
/* cons25 is special - we need to remove one char, otherwise things
* do not align properly at all. */