Look! A whitespace fix snuck into the tree!

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7137 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Stefan Knoblich 2008-01-08 10:57:42 +00:00
parent f3870cb6cb
commit 5b01ced55c
1 changed files with 1 additions and 1 deletions

View File

@ -451,7 +451,7 @@ int main(int argc, char *argv[])
pid_len = sizeof(pid_buffer); pid_len = sizeof(pid_buffer);
apr_pool_create(&pool, NULL); apr_pool_create(&pool, NULL);
if (switch_file_open(&fd, if (switch_file_open(&fd,
pid_path, pid_path,
SWITCH_FOPEN_WRITE | SWITCH_FOPEN_CREATE, SWITCH_FOPEN_WRITE | SWITCH_FOPEN_CREATE,
SWITCH_FPROT_UREAD | SWITCH_FPROT_UWRITE, SWITCH_FPROT_UREAD | SWITCH_FPROT_UWRITE,