diff options
Diffstat (limited to 'ar.c')
-rw-r--r-- | ar.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -387,5 +387,5 @@ extern int ar_main(int argc, char **argv) } extractList=extractList->next; } - return (TRUE); + return EXIT_SUCCESS; } |