str(1): fix brackets

This commit is contained in:
dtb 2024-07-27 18:35:02 -06:00
parent 5d48114083
commit 970b25dee2
Signed by: trinity
GPG Key ID: 34C0543BBB6AF81B

View File

@ -46,13 +46,13 @@ static struct {
};
static int
usage(char *argv0){
usage(char *argv0) {
(void)fprintf(stderr, "Usage: %s type string...\n", argv0);
return EX_USAGE;
}
int main(int argc, char *argv[]){
int main(int argc, char *argv[]) {
size_t ctype; // selected from ctypes.h; index of ctype
int retval; // initially fail but becomes success on the first valid char