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…
x
Reference in New Issue
Block a user