mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 03:04:19 +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 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;
|
char *dataPut = start;
|
||||||
int inEscape = 0;
|
int inEscape = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user