mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
adding missing semicolon
This commit is contained in:
parent
9d128c35b1
commit
abfec2ee6e
@ -294,7 +294,7 @@ NC4_create(const char* path, int cmode, size_t initialsz, int basepe,
|
||||
/* Check the cmode for validity. Checking parallel against
|
||||
* NC_DISKLESS already done in NC_create(). */
|
||||
if((cmode & ILLEGAL_CREATE_FLAGS) != 0)
|
||||
return NC_EINVAL
|
||||
return NC_EINVAL;
|
||||
|
||||
/* Create the netCDF-4/HDF5 file. */
|
||||
res = nc4_create_file(path, cmode, initialsz, parameters, nc_file);
|
||||
|
Loading…
Reference in New Issue
Block a user