The last compiler nit for issue #38

This commit is contained in:
Mark Pizzolato 2013-03-19 07:22:54 -07:00
parent 51badc2d8e
commit a98b15033f

View file

@ -992,6 +992,7 @@ int32 alm( int32 pulse, int32 code, int32 AC )
case ioDIC : /* get modem or receiver status */ case ioDIC : /* get modem or receiver status */
if ( alm_line < qty_max ) if ( alm_line < qty_max )
{
if ( alm_section ) if ( alm_section )
{ {
/* get modem section status */ /* get modem section status */
@ -1005,6 +1006,7 @@ int32 alm( int32 pulse, int32 code, int32 AC )
/* get receiver section status */ /* get receiver section status */
iodata = 0 ; /* receiver error status - no errors by default */ iodata = 0 ; /* receiver error status - no errors by default */
} }
}
break ; break ;
case ioDOC : /* set line attributes */ case ioDOC : /* set line attributes */