mirror of
https://github.com/curl/curl.git
synced 2026-08-06 04:06:16 +03:00
tool: Fixed line longer than 79 characters from commit 705a4cb549
This commit is contained in:
parent
cc31a4a645
commit
0d9ddf91ca
2 changed files with 4 additions and 2 deletions
|
|
@ -35,7 +35,8 @@ char **__crt0_glob_function(char *arg);
|
|||
|
||||
#ifdef WIN32
|
||||
|
||||
CURLcode FindWin32CACert(struct OperationConfig *config, const char *bundle_file);
|
||||
CURLcode FindWin32CACert(struct OperationConfig *config,
|
||||
const char *bundle_file);
|
||||
|
||||
#endif /* WIN32 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue