mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
fix typo
This commit is contained in:
@@ -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)
|
||||
{ int retval ;
|
||||
|
||||
if (psf->filedes =- -1)
|
||||
if (psf->filedes == -1)
|
||||
return -1; /* already closed */
|
||||
|
||||
if (psf->virtual_io)
|
||||
|
Reference in New Issue
Block a user