indent fix
This commit is contained in:
@@ -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
|
#define MAINPROGRAM
|
||||||
#include "fm.h"
|
#include "fm.h"
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
@@ -5151,10 +5151,8 @@ reinit()
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
disp_err_message(
|
disp_err_message(Sprintf("Don't know how to reinitialize '%s'", resource)->
|
||||||
Sprintf("Don't know how to reinitialize '%s'", resource)->ptr,
|
ptr, FALSE);
|
||||||
FALSE
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|||||||
@@ -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.
|
* Initialization file etc.
|
||||||
*/
|
*/
|
||||||
@@ -1370,8 +1370,7 @@ load_option_panel(void)
|
|||||||
(x ? " checked" : ""),
|
(x ? " checked" : ""),
|
||||||
">YES <input type=radio name=",
|
">YES <input type=radio name=",
|
||||||
p->name,
|
p->name,
|
||||||
" value=0",
|
" value=0", (x ? "" : " checked"), ">NO", NULL);
|
||||||
(x ? "" : " checked"), ">NO", NULL);
|
|
||||||
break;
|
break;
|
||||||
case PI_SEL_C:
|
case PI_SEL_C:
|
||||||
tmp = to_str(p);
|
tmp = to_str(p);
|
||||||
|
|||||||
Reference in New Issue
Block a user