mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-18 18:19:39 -05:00
TESTS: Fix build for filltab25.c
Give a return type to main(), so that filltab25.c compiles with modern compilers.
This commit is contained in:
parent
f435a2e518
commit
4715c557e9
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ void switch_trees() {
|
|||
p = sw;
|
||||
}
|
||||
|
||||
main(int argc, char **argv) {
|
||||
int main(int argc, char **argv) {
|
||||
int conns;
|
||||
int i;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue