summaryrefslogtreecommitdiffstats
path: root/examples/h5_crtgrpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/h5_crtgrpd.c')
-rw-r--r--examples/h5_crtgrpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/h5_crtgrpd.c b/examples/h5_crtgrpd.c
index 364a3b9..f1750d6 100644
--- a/examples/h5_crtgrpd.c
+++ b/examples/h5_crtgrpd.c
@@ -19,7 +19,7 @@
#define FILE "groups.h5"
int
-main()
+main(void)
{
hid_t file_id, group_id, dataset_id, dataspace_id; /* identifiers */