From 1561ad2ca695058c79183c07c59fe1dab825deff Mon Sep 17 00:00:00 2001 From: Mathieu Rene Date: Fri, 21 Jan 2011 11:38:56 -0500 Subject: [PATCH] extra spaces --- src/mod/formats/mod_shout/mod_shout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/formats/mod_shout/mod_shout.c b/src/mod/formats/mod_shout/mod_shout.c index 1542be485c..0b73c66b4f 100644 --- a/src/mod/formats/mod_shout/mod_shout.c +++ b/src/mod/formats/mod_shout/mod_shout.c @@ -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;