diff options
Diffstat (limited to 'tools/lib')
-rw-r--r-- | tools/lib/h5tools_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/h5tools_utils.c b/tools/lib/h5tools_utils.c index dd69eb8..983d4af 100644 --- a/tools/lib/h5tools_utils.c +++ b/tools/lib/h5tools_utils.c @@ -509,7 +509,7 @@ indentation(unsigned x) } else { fprintf(rawerrorstream, "error: the indentation exceeds the number of cols.\n"); - HDexit(1); + exit(1); } } |