dect
/
asterisk
Archived
13
0
Fork 0

whitespace fix

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7017 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
kpfleming 2005-11-08 03:24:31 +00:00
parent d46511efe7
commit 73a3b9241c
1 changed files with 1 additions and 1 deletions

View File

@ -2062,7 +2062,7 @@ int main(int argc, char *argv[])
#ifndef __CYGWIN__
if (!is_child_of_nonroot)
ast_set_priority(option_highpriority);
ast_set_priority(option_highpriority);
if (!is_child_of_nonroot && rungroup) {
struct group *gr;