mirror of
https://github.com/curl/curl.git
synced 2026-07-24 19:17:20 +03:00
docs: fix checksrc warning, fix checkdocs CI filter
Also:
- GHA/checkdocs: fix CI filters to catch it early.
Follow-up to 28dd14aafe #15797
Closes #19533
This commit is contained in:
parent
af4c789e00
commit
231e8a71e1
2 changed files with 3 additions and 2 deletions
|
|
@ -85,8 +85,7 @@ int main(void)
|
|||
break;
|
||||
}
|
||||
|
||||
/* if there are still transfers, loop */
|
||||
} while(still_running);
|
||||
} while(still_running); /* if there are still transfers, loop */
|
||||
}
|
||||
}
|
||||
~~~
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue