]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
testing
authorKen Rice <krice@freeswitch.org>
Wed, 14 Jan 2009 02:53:34 +0000 (02:53 +0000)
committerKen Rice <krice@freeswitch.org>
Wed, 14 Jan 2009 02:53:34 +0000 (02:53 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11182 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/formats/mod_shout/mod_shout.c

index c6c9817a91d65d4c255347b793a6d25641bc5bf5..63af4b55c0c5ef53c9a5d36a9b8cd80fbaad4963 100644 (file)
@@ -365,7 +365,7 @@ static size_t decode_fd(shout_context_t *context, void *data, size_t bytes)
                }
        }
 
- end:
 end:
        
        used = switch_buffer_inuse(context->audio_buffer);
 
@@ -378,7 +378,7 @@ static size_t decode_fd(shout_context_t *context, void *data, size_t bytes)
 
        return 0;
 
- error:
 error:
        switch_mutex_lock(context->audio_mutex);
        context->err++;
        switch_mutex_unlock(context->audio_mutex);