summaryrefslogtreecommitdiff
path: root/pbx
diff options
context:
space:
mode:
authorJames Golovich <james@gnuinter.net>2004-06-14 22:15:21 +0000
committerJames Golovich <james@gnuinter.net>2004-06-14 22:15:21 +0000
commitd88a461764e876fab73703b70b3e02c3eb322f62 (patch)
tree5f68e84c75357423fc0285fb6d58a8b64feca26a /pbx
parentdb8da852665f349f9e909c6e652e3376ae352079 (diff)
Cleanup formatting
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3213 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'pbx')
-rwxr-xr-xpbx/pbx_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx/pbx_config.c b/pbx/pbx_config.c
index 5916def7c..990059b5c 100755
--- a/pbx/pbx_config.c
+++ b/pbx/pbx_config.c
@@ -100,7 +100,7 @@ static char reload_extensions_help[] =
/*
* Static code
*/
-static char *process_quotes_and_slashes(char* start, char find, char replace_with)
+static char *process_quotes_and_slashes(char *start, char find, char replace_with)
{
char *dataPut = start;
int inEscape = 0;