summaryrefslogtreecommitdiff
path: root/pbx/pbx_config.c
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2008-06-04 15:38:00 +0000
committerJoshua Colp <jcolp@digium.com>2008-06-04 15:38:00 +0000
commit270bad99c8c58fc7256b24d91e638dbc3a9d2716 (patch)
tree8c2115fe7afb29525101fd15fdf38193c5fb389e /pbx/pbx_config.c
parent564528663d06a25db02a7e88764d45bdf4942ca8 (diff)
We like tabs.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@120337 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'pbx/pbx_config.c')
-rw-r--r--pbx/pbx_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx/pbx_config.c b/pbx/pbx_config.c
index 05184952b..a10978b36 100644
--- a/pbx/pbx_config.c
+++ b/pbx/pbx_config.c
@@ -1331,7 +1331,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;
}