aboutsummaryrefslogtreecommitdiffstats
path: root/e2fsck/problem.c
diff options
context:
space:
mode:
Diffstat (limited to 'e2fsck/problem.c')
-rw-r--r--e2fsck/problem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsck/problem.c b/e2fsck/problem.c
index 013ace249..207ebbb34 100644
--- a/e2fsck/problem.c
+++ b/e2fsck/problem.c
@@ -2689,7 +2689,7 @@ void print_e2fsck_message(FILE *f, e2fsck_t ctx, const char *msg,
void fatal_error(e2fsck_t ctx, const char *msg)
{
- return;
+ exit(0);
}
void preenhalt(e2fsck_t ctx)