indent fix
This commit is contained in:
8
main.c
8
main.c
@@ -1,4 +1,4 @@
|
||||
/* $Id: main.c,v 1.101 2002/06/01 17:09:05 ukai Exp $ */
|
||||
/* $Id: main.c,v 1.102 2002/06/01 17:10:37 ukai Exp $ */
|
||||
#define MAINPROGRAM
|
||||
#include "fm.h"
|
||||
#include <signal.h>
|
||||
@@ -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
|
||||
|
||||
5
rc.c
5
rc.c
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user