]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Newline not needed here
authorMichael S Collins <msc@freeswitch.org>
Thu, 26 May 2011 00:11:07 +0000 (17:11 -0700)
committerMichael S Collins <msc@freeswitch.org>
Thu, 26 May 2011 00:11:07 +0000 (17:11 -0700)
src/mod/applications/mod_conference/mod_conference.c

index a8930ee35d72ad2353ebf6bed123543a3bc7b7c2..bd8559f95a7a27aefea1f37435161c337cc59eb9 100644 (file)
@@ -3595,7 +3595,7 @@ static void conference_list_count_only(conference_obj_t *conference, switch_stre
        switch_assert(conference != NULL);
        switch_assert(stream != NULL);
 
-       stream->write_function(stream, "%d\n", conference->count);
+       stream->write_function(stream, "%d", conference->count);
 }
 
 static switch_status_t conf_api_sub_mute(conference_member_t *member, switch_stream_handle_t *stream, void *data)