mirror of
https://github.com/curl/curl.git
synced 2026-08-25 06:13:31 +03:00
checksrc: check for spaces before the colon of switch labels
Closes #11047
This commit is contained in:
parent
5cdff4f5a9
commit
7f712399d5
4 changed files with 11 additions and 4 deletions
|
|
@ -74,7 +74,7 @@ static void show_dir_errno(FILE *errors, const char *name)
|
|||
"exceeded your quota.\n", name);
|
||||
break;
|
||||
#endif
|
||||
default :
|
||||
default:
|
||||
fprintf(errors, "Error creating directory %s.\n", name);
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue