From ce3bcb15199508a0c375f5c66415be8d7e95f007 Mon Sep 17 00:00:00 2001 From: citats Date: Mon, 14 Jun 2004 22:15:21 +0000 Subject: Cleanup formatting git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3213 f38db490-d61c-443f-a65b-d21fe96a405b --- pbx/pbx_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pbx') 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; -- cgit v1.2.3