str(1): fix brackets
This commit is contained in:
parent
5d48114083
commit
970b25dee2
@ -46,13 +46,13 @@ static struct {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static int
|
static int
|
||||||
usage(char *argv0){
|
usage(char *argv0) {
|
||||||
(void)fprintf(stderr, "Usage: %s type string...\n", argv0);
|
(void)fprintf(stderr, "Usage: %s type string...\n", argv0);
|
||||||
|
|
||||||
return EX_USAGE;
|
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
|
size_t ctype; // selected from ctypes.h; index of ctype
|
||||||
int retval; // initially fail but becomes success on the first valid char
|
int retval; // initially fail but becomes success on the first valid char
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user