whitespace cleanup MODAPP-133
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9376 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
77160b6f10
commit
aa664f6e27
|
@ -2134,7 +2134,7 @@ static switch_status_t voicemail_inject(const char *data)
|
|||
switch_status_t status = SWITCH_STATUS_SUCCESS;
|
||||
int istag = 0, isall = 0;
|
||||
int argc = 0;
|
||||
char *argv[4];
|
||||
char *argv[4];
|
||||
char *box, *path, *cid_num, *cid_name;
|
||||
switch_memory_pool_t *pool = NULL;
|
||||
|
||||
|
|
Loading…
Reference in New Issue