mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-05 16:20:10 +08:00
Fix typo in tst_filterparser.c
This commit is contained in:
parent
3ea1ea7b01
commit
9c7bdbbaca
@ -177,7 +177,7 @@ buildbaseline(void)
|
||||
val8 = 18446744073709551615UL;
|
||||
insert(12,&val8,sizeof(val8)); /* unsigned long long */
|
||||
float8 = DBLVAL;
|
||||
insert(114,&float8,sizeof(float8)); /* double */
|
||||
insert(14,&float8,sizeof(float8)); /* double */
|
||||
}
|
||||
|
||||
/**************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user