mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-15 08:44:14 +00:00
Cleanup formatting
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3213 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user