diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-06-01 17:10:37 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-06-01 17:10:37 +0000 |
commit | 0ea488da1cb9659ead5044cf9ad19ebd08f0001a (patch) | |
tree | 1ab17d20f0ebb86f8272169576334a22d3a356f8 /rc.c | |
parent | [w3m-dev-en 00748] PATCH: Reinitialize w3m while running (diff) | |
download | w3m-0ea488da1cb9659ead5044cf9ad19ebd08f0001a.tar.gz w3m-0ea488da1cb9659ead5044cf9ad19ebd08f0001a.zip |
indent fix
Diffstat (limited to '')
-rw-r--r-- | rc.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,4 +1,4 @@ -/* $Id: rc.c,v 1.45 2002/06/01 17:09:05 ukai Exp $ */ +/* $Id: rc.c,v 1.46 2002/06/01 17:10:37 ukai Exp $ */ /* * Initialization file etc. */ @@ -1370,8 +1370,7 @@ load_option_panel(void) (x ? " checked" : ""), ">YES <input type=radio name=", p->name, - " value=0", - (x ? "" : " checked"), ">NO", NULL); + " value=0", (x ? "" : " checked"), ">NO", NULL); break; case PI_SEL_C: tmp = to_str(p); |