git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3788 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2006-12-21 21:26:48 +00:00
parent c539bab153
commit 25131f4124
1 changed files with 1 additions and 1 deletions

View File

@ -2510,7 +2510,7 @@ static switch_status_t conf_api_sub_list(conference_obj_t *conference, switch_st
stream->write_function(stream, "Conference %s (%u member%s)\n",
conference->name,
conference->count,
conference->count == 1 ? "" : "");
conference->count == 1 ? "" : "s");
if (pretty) {
conference_list_pretty(conference, stream);
} else {