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:
Michael Jerris 2008-08-28 05:05:16 +00:00
parent 77160b6f10
commit aa664f6e27
1 changed files with 1 additions and 1 deletions

View File

@ -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;