From cd5664da7685fccf97cd9027e3c193ebbf27a649 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Mon, 10 Jun 2013 10:38:03 +0200 Subject: [PATCH] Minor intendation correction. --- windows.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows.c b/windows.c index cf68881..ef2e25f 100644 --- a/windows.c +++ b/windows.c @@ -175,7 +175,7 @@ static void draw_windows_borders (struct Win * win, struct Win * win_active, str char active = 0; if (win == win_active) active = 1; - draw_window_borders(win, active); + draw_window_borders(win, active); corners[ccount].tl.y = getbegy(win->curses) - 1; corners[ccount].tl.x = getbegx(win->curses) - 1; corners[ccount].tr.y = getbegy(win->curses) - 1; -- 2.30.2