fix windows build error

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4620 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-03-16 21:02:23 +00:00
parent e91db628bc
commit beea6225c1
1 changed files with 1 additions and 1 deletions

View File

@ -769,7 +769,7 @@ static void *SWITCH_THREAD_FUNC conference_thread_run(switch_thread_t *thread, v
conference->async_fnode->done++;
} else {
if (has_file_data) {
int x;
switch_size_t x;
for (x = 0; x < file_sample_len; x++) {
int32_t z;
int16_t *bptr, *muxed;