scrut(1): changed return status 0 to EXIT_SUCCESS

This commit is contained in:
2024-04-25 16:46:05 -06:00
parent 8d9ac33566
commit 488351da39

View File

@@ -100,5 +100,5 @@ usage: fprintf(stderr, "Usage: %s (-%s) [file...]\n",
return 1;
}while(*++argv != NULL);
return 0;
return EXIT_SUCCESS;
}