]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
back how it was... need to fix this still for msvc build.
authorMichael Jerris <mike@jerris.com>
Wed, 28 Dec 2005 00:02:58 +0000 (00:02 +0000)
committerMichael Jerris <mike@jerris.com>
Wed, 28 Dec 2005 00:02:58 +0000 (00:02 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@216 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/mod_sndfile/mod_sndfile.c

index 94d1d5e1c30f98bd9c7dba39dd464ddf79d1d56f..021c62db3f30c74d593728197d0e3bc7da50e406 100644 (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,