mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-05 06:37:02 +02: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
@ -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 New Issue
Block a user