From ff4658e5e98a8fbd1e0c768cc00163512e24aadc Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Thu, 25 Jul 2013 22:36:19 +0200 Subject: [PATCH] Minor stylistic consistency correction. --- src/windows.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.30.2