mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-02 19:29:31 +00:00
fix typo
This commit is contained in:
parent
782664056c
commit
9760f183fe
@ -1 +1 @@
|
|||||||
Tue Aug 27 13:58:32 EDT 2013
|
Wed Aug 28 03:22:32 CDT 2013
|
||||||
|
@ -100,7 +100,7 @@ int
|
|||||||
psf_fclose (SF_PRIVATE *psf)
|
psf_fclose (SF_PRIVATE *psf)
|
||||||
{ int retval ;
|
{ int retval ;
|
||||||
|
|
||||||
if (psf->filedes =- -1)
|
if (psf->filedes == -1)
|
||||||
return -1; /* already closed */
|
return -1; /* already closed */
|
||||||
|
|
||||||
if (psf->virtual_io)
|
if (psf->virtual_io)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user