diff --git a/pbx/pbx_config.c b/pbx/pbx_config.c index 6aced10822..f1e0001637 100644 --- a/pbx/pbx_config.c +++ b/pbx/pbx_config.c @@ -1326,7 +1326,7 @@ static char *handle_cli_dialplan_reload(struct ast_cli_entry *e, int cmd, struct pbx_builtin_clear_globals(); pbx_load_module(); - ast_cli(a->fd, "Dialplan reloaded.\n"); + ast_cli(a->fd, "Dialplan reloaded.\n"); return CLI_SUCCESS; }