diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/fc_sort.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/fc_sort.c b/support/fc_sort.c index 66cdf39f..a021ec50 100644 --- a/support/fc_sort.c +++ b/support/fc_sort.c @@ -512,7 +512,7 @@ int main(int argc, char *argv[]) if (!(bcurrent->next)) { printf ("Error: failure allocating memory.\n"); - return -1; + exit(-1); } /* Make sure the new bucket thinks it's the end of the |