From d88a461764e876fab73703b70b3e02c3eb322f62 Mon Sep 17 00:00:00 2001 From: James Golovich Date: Mon, 14 Jun 2004 22:15:21 +0000 Subject: [PATCH] Cleanup formatting git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3213 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- pbx/pbx_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbx/pbx_config.c b/pbx/pbx_config.c index 5916def7cd..990059b5c2 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;