Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ar.c
diff options
context:
space:
mode:
Diffstat (limited to 'ar.c')
-rw-r--r--ar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ar.c b/ar.c
index f3ba59b6a..0f16ec88c 100644
--- a/ar.c
+++ b/ar.c
@@ -387,5 +387,5 @@ extern int ar_main(int argc, char **argv)
}
extractList=extractList->next;
}
- return (TRUE);
+ return EXIT_SUCCESS;
}