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