replaced return by exit
This commit is contained in:
parent
dd4f998b14
commit
6e9cf566c6
@ -52,5 +52,5 @@ main(argc,argv) char **argv; {
|
||||
} else {
|
||||
errorexit();
|
||||
}
|
||||
return(nerrors==0 ? 0 : -1);
|
||||
exit(nerrors==0 ? 0 : -1);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user