Stop using TRUE and FALSE for exit status.
[oweals/busybox.git] / archival / ar.c
index f3ba59b6a4978bddb7a75f4aa0e4503851e6505e..0f16ec88cf097f888c92f28e4802e0f2ee86ed18 100644 (file)
@@ -387,5 +387,5 @@ extern int ar_main(int argc, char **argv)
                }
                extractList=extractList->next;
        }
-       return (TRUE);
+       return EXIT_SUCCESS;
 }