]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
extra spaces </ocd>
authorMathieu Rene <mrene@avgs.ca>
Fri, 21 Jan 2011 16:38:56 +0000 (11:38 -0500)
committerMathieu Rene <mrene@avgs.ca>
Fri, 21 Jan 2011 16:38:56 +0000 (11:38 -0500)
src/mod/formats/mod_shout/mod_shout.c

index 1542be485c17fd10f191e426c93f564b67d495c1..0b73c66b4f0096455082058eb32b06ea374a24be 100644 (file)
@@ -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;