diff options
Diffstat (limited to 'testpar/testphdf5.c')
-rw-r--r-- | testpar/testphdf5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c index 02c66ee..18b4ad6 100644 --- a/testpar/testphdf5.c +++ b/testpar/testphdf5.c @@ -46,7 +46,7 @@ char *filenames[]={ "ParaEg1.h5f", #include <sys/types.h> #include <sys/stat.h> -void pause_proc() +void pause_proc(void) { int pid; |