w3m

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

commit 48f462db3ee15c77e50ce3872d85697b5fca23a6
parent 257d273ecbaf9d6999c8b79d15891084baf88d6a
Author: ukai <ukai>
Date:   Fri, 17 Jan 2003 16:58:17 +0000

fix indent

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

diff --git a/rc.c b/rc.c @@ -1378,7 +1378,7 @@ init_rc(void) rc_dir = expandName(RC_DIR); i = strlen(rc_dir); if (i > 1 && rc_dir[i - 1] == '/') - rc_dir[i - 1] = '\0'; + rc_dir[i - 1] = '\0'; if (stat(rc_dir, &st) < 0) { if (errno == ENOENT) { /* no directory */