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