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