mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 19:29:37 +00:00
testcode/lib/tinyshell.c: fix error message
This commit is contained in:
parent
39e5bd0c18
commit
619de8b314
@ -408,7 +408,7 @@ static void cmd_verbose(void)
|
||||
|
||||
verb = strtoul(arg1, &endptr, 10);
|
||||
if (verb > 255 || *endptr) {
|
||||
printf("invalid verbosity level 0x%x\n", *endptr);
|
||||
puts("invalid verbosity level");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user