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:
Olivier Houchard 2025-04-03 16:20:11 +02:00 committed by Olivier Houchard
parent f435a2e518
commit 4715c557e9

View File

@ -182,7 +182,7 @@ void switch_trees() {
p = sw;
}
main(int argc, char **argv) {
int main(int argc, char **argv) {
int conns;
int i;