summaryrefslogtreecommitdiff
path: root/src/tc-rand.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tc-rand.c')
-rw-r--r--src/tc-rand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tc-rand.c b/src/tc-rand.c
index 149f18e..c581372 100644
--- a/src/tc-rand.c
+++ b/src/tc-rand.c
@@ -12,7 +12,7 @@ int main(void)
unsigned int i;
if (HX_init() <= 0)
- abort();
+ return EXIT_FAILURE;
for (i = 0; i < 15; ++i) {
printf("%d ", HX_irand(i, i));
printf("%.1f ", HX_drand(i, i));