replaced return by exit
This commit is contained in:
parent
262490efaa
commit
c428b33acc
|
@ -52,5 +52,5 @@ main(argc,argv) char **argv; {
|
|||
} else {
|
||||
errorexit();
|
||||
}
|
||||
return(nerrors==0 ? 0 : -1);
|
||||
exit(nerrors==0 ? 0 : -1);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue