aboutsummaryrefslogtreecommitdiffstats
path: root/main/translate.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/translate.c')
-rw-r--r--main/translate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/translate.c b/main/translate.c
index 88811ddc8..0da2c4be9 100644
--- a/main/translate.c
+++ b/main/translate.c
@@ -575,7 +575,7 @@ static char *handle_cli_core_show_translation(struct ast_cli_entry *e, int cmd,
}
static struct ast_cli_entry cli_translate[] = {
- NEW_CLI(handle_cli_core_show_translation, "Display translation matrix")
+ AST_CLI(handle_cli_core_show_translation, "Display translation matrix")
};
/*! \brief register codec translator */