aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-04 15:38:56 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-04 15:38:56 +0000
commit38923ac6a6db44e9ec094a936d94955377e0d359 (patch)
tree60502a1947ed1a4a759394371ba1d782328d8274 /pbx
parent0032c5d898941ec81c77fec42434e81670a27ce2 (diff)
Merged revisions 120337 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r120337 | file | 2008-06-04 12:38:00 -0300 (Wed, 04 Jun 2008) | 2 lines We like tabs. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@120338 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx')
-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 6aced1082..f1e000163 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;
}