scrut(1): changed return status 0 to EXIT_SUCCESS

This commit is contained in:
Emma Tebibyte 2024-04-25 16:46:05 -06:00
parent 8d9ac33566
commit 488351da39
Signed by: emma
GPG Key ID: 06FA419A1698C270
1 changed files with 1 additions and 1 deletions

View File

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