summaryrefslogtreecommitdiffstats
path: root/tools/lib
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lib')
-rw-r--r--tools/lib/h5tools_utils.c2
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);
}
}