From 3a2149151dabd9e2731d0f001345f853039e9426 Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Thu, 21 Nov 2002 16:32:29 +0000 Subject: fix indent --- display.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'display.c') diff --git a/display.c b/display.c index 4bbc2e8..350c357 100644 --- a/display.c +++ b/display.c @@ -1,4 +1,4 @@ -/* $Id: display.c,v 1.35 2002/11/21 16:31:35 ukai Exp $ */ +/* $Id: display.c,v 1.36 2002/11/21 16:32:29 ukai Exp $ */ #include #include "fm.h" @@ -449,7 +449,7 @@ redrawNLine(Buffer *buf, int n) TabBuffer *t; int nx = nTabLine(), col = COLS - 2, x, l; - i = 0; + i = 0; move(0, 0); if (mouse_menu) { addstr(mouse_menu); -- cgit v1.2.3