mirror of
https://github.com/curl/curl.git
synced 2026-08-05 05:56:12 +03:00
badwords: add more contractions, fix fallouts
Also fix hits in autotools scripts (not to enforce). Closes #19576
This commit is contained in:
parent
ad35ecba97
commit
1e1ec7f6c2
46 changed files with 126 additions and 113 deletions
|
|
@ -54,7 +54,7 @@ static int unslashquote(const char *line, struct dynbuf *param)
|
|||
/* default is to output the letter after the backslash */
|
||||
switch(out = *line) {
|
||||
case '\0':
|
||||
continue; /* this'll break out of the loop */
|
||||
continue; /* this breaks out of the loop */
|
||||
case 't':
|
||||
out = '\t';
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue