diff options
Diffstat (limited to 'examples/h5_crtdat.c')
-rw-r--r-- | examples/h5_crtdat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/h5_crtdat.c b/examples/h5_crtdat.c index 8de9077..d8ac072 100644 --- a/examples/h5_crtdat.c +++ b/examples/h5_crtdat.c @@ -19,7 +19,7 @@ #define FILE "dset.h5" int -main() +main(void) { hid_t file_id, dataset_id, dataspace_id; /* identifiers */ |