1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-20 10:26:51 +00:00

extra spaces </ocd>

This commit is contained in:
Mathieu Rene 2011-01-21 11:38:56 -05:00
parent 74de704973
commit 1561ad2ca6

@ -585,7 +585,7 @@ static void launch_write_stream_thread(shout_context_t *context)
#define TC_BUFFER_SIZE 1024 * 32
#define STR(_x) #_x
#define MPGERROR() {err = "MPG123 Error at " __FILE__ " : " STR(__LINE__) "."; mpg123err = mpg123_strerror(context->mh); goto error; }
#define MPGERROR() {err = "MPG123 Error at " __FILE__ ":" STR(__LINE__) "."; mpg123err = mpg123_strerror(context->mh); goto error; }
static switch_status_t shout_file_open(switch_file_handle_t *handle, const char *path)
{
shout_context_t *context;