w3m

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/w3m.git/
Log | Files | Refs | README

commit 6f7d7bbc8a9eda0cae1169d5f5c0cdd67112cdd6
parent 1441eb26e6533659a0a46623c347323aac8c2a19
Author: ukai <ukai>
Date:   Thu, 21 Nov 2002 17:05:47 +0000

fix indent

Diffstat:
Mmain.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.c b/main.c @@ -4789,7 +4789,7 @@ static TabBuffer * posTab(int x, int y) { TabBuffer *tab; - + for (tab = FirstTab; tab; tab = tab->nextTab) { if (tab->x1 <= x && x <= tab->x2 && tab->y == y) return tab;