mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r771] Changed exit(n) in main() to return(n) to pacify the compiler.
Platform tested: O2K
This commit is contained in:
parent
d774cf9daf
commit
5ce4069c24
@ -1077,9 +1077,9 @@ main(void)
|
||||
if (nerrors) goto error;
|
||||
puts("All mount tests passed.");
|
||||
cleanup();
|
||||
exit(0);
|
||||
return(0);
|
||||
|
||||
error:
|
||||
puts("***** MOUNT ERRORS *****");
|
||||
exit(1);
|
||||
return(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user