The last compiler nit for issue #38
This commit is contained in:
parent
51badc2d8e
commit
a98b15033f
1 changed files with 11 additions and 9 deletions
|
@ -992,6 +992,7 @@ int32 alm( int32 pulse, int32 code, int32 AC )
|
|||
|
||||
case ioDIC : /* get modem or receiver status */
|
||||
if ( alm_line < qty_max )
|
||||
{
|
||||
if ( alm_section )
|
||||
{
|
||||
/* get modem section status */
|
||||
|
@ -1005,6 +1006,7 @@ int32 alm( int32 pulse, int32 code, int32 AC )
|
|||
/* get receiver section status */
|
||||
iodata = 0 ; /* receiver error status - no errors by default */
|
||||
}
|
||||
}
|
||||
break ;
|
||||
|
||||
case ioDOC : /* set line attributes */
|
||||
|
|
Loading…
Add table
Reference in a new issue