scrut(1): changed return status 0 to EXIT_SUCCESS
This commit is contained in:
parent
8d9ac33566
commit
488351da39
@ -100,5 +100,5 @@ usage: fprintf(stderr, "Usage: %s (-%s) [file...]\n",
|
||||
return 1;
|
||||
}while(*++argv != NULL);
|
||||
|
||||
return 0;
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user