commit d99ad7a98267ebba763898d9fb6b5ab4581bc281
parent 97bae32decb08b42760838770f30dc963a16275d
Author: ukai <ukai>
Date: Thu, 21 Nov 2002 16:32:29 +0000
fix indent
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/display.c b/display.c
@@ -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);
diff --git a/func.c b/func.c
@@ -356,7 +356,7 @@ initMouseMenu(void)
mouse_menu = Strnew_charp(s)->ptr;
continue;
}
- if (strcmp(s, "button"))
+ if (strcmp(s, "button"))
continue; /* error */
s = getWord(&p);
b = atoi(s);