mscan: kill stray tab in format string

pull/6/merge
Leah Neukirchen 7 years ago
parent 9733c2b65c
commit 04b29f4e30

@ -147,7 +147,7 @@ fmt_date(struct message *msg, int w, int iso)
else if (tm->tm_yday != curyday)
strftime(date, sizeof date, "%a %b %e", tm);
else
strftime(date, sizeof date, "%a %H:%M", tm);
strftime(date, sizeof date, "%a %H:%M", tm);
}
return date;

Loading…
Cancel
Save