summaryrefslogtreecommitdiff
path: root/main/format.c
diff options
context:
space:
mode:
authorMatthew Nicholson <mnicholson@digium.com>2011-11-07 18:42:04 +0000
committerMatthew Nicholson <mnicholson@digium.com>2011-11-07 18:42:04 +0000
commitf3c03ac1ecd9f8dec32edeaf9b1c3efd6a7e9e50 (patch)
tree99543886789b4f5f54c80173968ba24978f6ed5c /main/format.c
parent816dc295c24e83ecdf949c82d6d3c9442214db65 (diff)
list all of the codecs associated with a particular format id for CLI command "core show codec"
AST-699 ........ Merged revisions 343533 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@343534 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/format.c')
-rw-r--r--main/format.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/format.c b/main/format.c
index a365ab0d5..8d191b4b2 100644
--- a/main/format.c
+++ b/main/format.c
@@ -860,7 +860,6 @@ static char *show_codec_n(struct ast_cli_entry *e, int cmd, struct ast_cli_args
if (f_list[x].format.id == format_id) {
found = 1;
ast_cli(a->fd, "%11u %s\n", (unsigned int) format_id, f_list[x].desc);
- break;
}
}