commit 7c83f94f871689a13fdef517615a16e252af697a
parent c73a83617e3546f1495191f2d61a26b94fa72901
Author: ukai <ukai>
Date: Sat, 1 Jun 2002 17:10:37 +0000
indent fix
Diffstat:
2 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/main.c b/main.c
@@ -5151,10 +5151,8 @@ reinit()
}
#endif
- disp_err_message(
- Sprintf("Don't know how to reinitialize '%s'", resource)->ptr,
- FALSE
- );
+ disp_err_message(Sprintf("Don't know how to reinitialize '%s'", resource)->
+ ptr, FALSE);
}
void
diff --git a/rc.c b/rc.c
@@ -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);