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:
Michael Jerris 2005-12-28 00:02:58 +00:00
parent 7b5bb11138
commit 93233fd8f5
1 changed files with 1 additions and 1 deletions

View File

@ -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,