summaryrefslogtreecommitdiffstats
path: root/doxygen/examples/hello_hdf5.c
diff options
context:
space:
mode:
Diffstat (limited to 'doxygen/examples/hello_hdf5.c')
-rw-r--r--doxygen/examples/hello_hdf5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen/examples/hello_hdf5.c b/doxygen/examples/hello_hdf5.c
index a37d39f..f078090 100644
--- a/doxygen/examples/hello_hdf5.c
+++ b/doxygen/examples/hello_hdf5.c
@@ -1,7 +1,7 @@
#include "hdf5.h"
int
-main()
+main(void)
{
herr_t retval;
unsigned majnum, minnum, relnum;