w3m

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

commit f2f547e906d187f0dfda05508b8146ef6910a9ec
parent 898c2c8ce42f9ea2e74456831c50aa47b9fa7ce4
Author: ukai <ukai>
Date:   Thu, 23 Jan 2003 16:02:15 +0000

fix indent

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

diff --git a/etc.c b/etc.c @@ -1372,7 +1372,7 @@ open_pipe_rw(FILE ** fr, FILE ** fw) if (*fr == stdin) dup2(fdr[0], 0); else - *fr = fdopen(fdr[0], "r"); + *fr = fdopen(fdr[0], "r"); } if (fw) { close(fdw[0]);