Merge pull request #756 in FS/freeswitch from bugfix/FS-8953-whitespace-cleanup-src-switch_-.c to master
* commit 'e18c12b6092114df9f6e149e49fc563858367c21': FS-8953 [core] white space clean up.
This commit is contained in:
commit
a107910907
|
@ -110,8 +110,7 @@ static const EVP_MD *get_evp_by_name(const char *name)
|
|||
* Solaris 10 with the Sun Studio compilers doesn't have strsep in the
|
||||
* C library either.
|
||||
*/
|
||||
char
|
||||
*strsep(char **stringp, const char *delim)
|
||||
char *strsep(char **stringp, const char *delim)
|
||||
{
|
||||
char *res;
|
||||
|
||||
|
|
Loading…
Reference in New Issue