Skip to content

Commit b76238b

Browse files
Robert Lathammorrone
authored andcommitted
Remove bad "static static" function declaration
Fix some obvious compile errors for IOR hdf5 driver. fixes #5
1 parent 86df587 commit b76238b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/aiori-HDF5.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ static void HDF5_SetVersion(IOR_param_t * test)
459459
/*
460460
* Seek to offset in file using the HDF5 interface and set up hyperslab.
461461
*/
462-
static static HDF5_offset_t SeekOffset(void *fd, IOR_offset_t offset,
462+
static IOR_offset_t SeekOffset(void *fd, IOR_offset_t offset,
463463
IOR_param_t * param)
464464
{
465465
IOR_offset_t segmentSize;
@@ -499,7 +499,7 @@ static static HDF5_offset_t SeekOffset(void *fd, IOR_offset_t offset,
499499
/*
500500
* Create HDF5 data set.
501501
*/
502-
static static void SetupDataSet(void *fd, IOR_param_t * param)
502+
static void SetupDataSet(void *fd, IOR_param_t * param)
503503
{
504504
char dataSetName[MAX_STR];
505505
hid_t dataSetPropList;

0 commit comments

Comments
 (0)