fix style
Signed-off-by: Johan Pascal <johan.pascal@belledonne-communications.com>
This commit is contained in:
parent
44c0a0a60a
commit
b64eab7656
2 changed files with 2 additions and 2 deletions
|
@ -1800,7 +1800,7 @@ int main( int argc, char *argv[] )
|
|||
opt.skip_close_notify = atoi( q );
|
||||
if( opt.skip_close_notify < 0 || opt.skip_close_notify > 1 )
|
||||
goto usage;
|
||||
}
|
||||
}
|
||||
else if( strcmp( p, "use_srtp" ) == 0 )
|
||||
{
|
||||
opt.use_srtp = atoi ( q );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue