w3m

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

commit 267d50c659c8630601852238037c9845b4e297b1
parent 985fea00b4a1dae96eb2e1cebc92e0322e4d9bc5
Author: ukai <ukai>
Date:   Wed, 11 Dec 2002 15:08:47 +0000

fix indent

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

diff --git a/image.c b/image.c @@ -315,7 +315,7 @@ getAllImage(Buffer *buf) a->image->cache = getImage(a->image, current, buf->image_flag); if (a->image->cache && a->image->cache->loaded == IMG_FLAG_UNLOADED) - buf->image_loaded = FALSE; + buf->image_loaded = FALSE; } } }