aboutsummaryrefslogtreecommitdiff
path: root/src/unalf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unalf.c')
-rw-r--r--src/unalf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unalf.c b/src/unalf.c
index d4b5aa0..af21aa9 100644
--- a/src/unalf.c
+++ b/src/unalf.c
@@ -82,5 +82,5 @@ int main(int argc, char **argv) {
else
extract_alf();
- exit(0);
+ exit(bad_checksum_count ? 2 : 0);
}