waenings
This commit is contained in:
parent
6a6b3db0c6
commit
fa9ea6fd51
@ -270,18 +270,18 @@ registerConsole(rlc_console c)
|
||||
}
|
||||
|
||||
|
||||
static void
|
||||
closeConsoles(void)
|
||||
{ int i;
|
||||
rlc_console *p;
|
||||
/* static void */
|
||||
/* closeConsoles(void) */
|
||||
/* { int i; */
|
||||
/* rlc_console *p; */
|
||||
|
||||
LOCK();
|
||||
for(i=0, p=consoles; i<consoles_length; i++, p++)
|
||||
{ if ( *p )
|
||||
rlc_close(*p);
|
||||
}
|
||||
UNLOCK();
|
||||
}
|
||||
/* LOCK(); */
|
||||
/* for(i=0, p=consoles; i<consoles_length; i++, p++) */
|
||||
/* { if ( *p ) */
|
||||
/* rlc_close(*p); */
|
||||
/* } */
|
||||
/* UNLOCK(); */
|
||||
/* } */
|
||||
|
||||
|
||||
/*******************************
|
||||
|
Reference in New Issue
Block a user