diff options
Diffstat (limited to 'tools/h5repack/h5repack_main.c')
-rw-r--r-- | tools/h5repack/h5repack_main.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/h5repack/h5repack_main.c b/tools/h5repack/h5repack_main.c index 39f18f8..40f6f48 100644 --- a/tools/h5repack/h5repack_main.c +++ b/tools/h5repack/h5repack_main.c @@ -17,7 +17,7 @@ #include <stdlib.h> -static void usage(); +static void usage(void); /* @@ -108,9 +108,10 @@ int main(int argc, char **argv) */ static -void usage() +void usage(void) { + exit(1); } |