mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
settings-test: Remove unused variable in printf() call
This commit is contained in:
parent
c07dde4b7d
commit
d601058a26
@ -73,7 +73,7 @@ static void print_section(section_t *section, int level)
|
||||
printf("%s%s", j == 0 ? " : " : ", ", ref->name);
|
||||
}
|
||||
}
|
||||
printf(" {\n", indent);
|
||||
printf(" {\n");
|
||||
print_section(sub, level + 1);
|
||||
printf("%s}\n", indent);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user