Make the translation table show slin16

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@95735 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2008-01-02 04:31:23 +00:00
parent e77af16996
commit a9162a1ab3

View File

@@ -485,7 +485,7 @@ static void rebuild_matrix(int samples)
static char *handle_cli_core_show_translation(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a)
{
#define SHOW_TRANS 13
#define SHOW_TRANS 16
int x, y, z;
int curlen = 0, longest = 0;