back how it was... need to fix this still for msvc build.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@216 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
7b5bb11138
commit
93233fd8f5
|
@ -189,7 +189,7 @@ switch_status sndfile_file_write (switch_file_handle *handle, void *data, size_t
|
|||
|
||||
/* Registration */
|
||||
|
||||
static char *supported_formats[1];
|
||||
static char *supported_formats[0];
|
||||
|
||||
static const switch_file_interface sndfile_file_interface = {
|
||||
/*.interface_name*/ modname,
|
||||
|
|
Loading…
Reference in New Issue