took out void function

This commit is contained in:
Ed Hartnett 2011-01-03 15:37:00 +00:00
parent 7235ea9982
commit 7f554f08ce

View File

@ -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