aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;