aboutsummaryrefslogtreecommitdiff
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)
387 } 387 }
388 extractList=extractList->next; 388 extractList=extractList->next;
389 } 389 }
390 return (TRUE); 390 return EXIT_SUCCESS;
391} 391}