From: Michael Jerris Date: Wed, 28 Dec 2005 00:02:58 +0000 (+0000) Subject: back how it was... need to fix this still for msvc build. X-Git-Tag: v1.0-beta1~3502 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93233fd8f55b50319c17a46217d235f181663aca;p=thirdparty%2Ffreeswitch.git 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 --- diff --git a/src/mod/mod_sndfile/mod_sndfile.c b/src/mod/mod_sndfile/mod_sndfile.c index 94d1d5e1c3..021c62db3f 100644 --- a/src/mod/mod_sndfile/mod_sndfile.c +++ b/src/mod/mod_sndfile/mod_sndfile.c @@ -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,