From: Christian Heller Date: Thu, 25 Jul 2013 20:36:19 +0000 (+0200) Subject: Minor stylistic consistency correction. X-Git-Tag: tce~1130 X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=commitdiff_plain;h=ff4658e5e98a8fbd1e0c768cc00163512e24aadc;p=plomrogue Minor stylistic consistency correction. --- diff --git a/src/windows.c b/src/windows.c index 373d221..46124c5 100644 --- a/src/windows.c +++ b/src/windows.c @@ -575,7 +575,7 @@ extern void draw_scroll_hint(struct Frame * frame, uint16_t pos, uint32_t dist, unit = unit_cols; } char * scrolldsc = malloc((4 * sizeof(char)) + strlen(more) + strlen(unit) - + 10); /* 10 = uint32 max strlen */ + + 10); /* 10 = uint32 max strlen */ sprintf(scrolldsc, " %d %s %s ", dist, more, unit); /* Decide on offset of the description text inside the scroll hint line. */