mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-17 16:50:18 +08:00
took out void function
This commit is contained in:
parent
7235ea9982
commit
7f554f08ce
@ -39,7 +39,7 @@
|
||||
* applies to record variables with more than 2**32 values per record
|
||||
* as well, but that's not tested here.
|
||||
*/
|
||||
static void
|
||||
static int
|
||||
test_big_var(const char *testfile)
|
||||
{
|
||||
int ncid, varid, dimids[NUMDIMS];
|
||||
@ -111,6 +111,7 @@ test_big_var(const char *testfile)
|
||||
}
|
||||
}
|
||||
if (nc_close(ncid)) ERR;
|
||||
return 0;
|
||||
}
|
||||
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user