Skip to content
Snippets Groups Projects
Commit 0d9ddf91 authored by Steve Holme's avatar Steve Holme
Browse files

tool: Fixed line longer than 79 characters from commit 705a4cb5

parent cc31a4a6
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
......@@ -25,7 +25,8 @@
const char *param2text(int res);
int SetHTTPrequest(struct OperationConfig *config, HttpReq req, HttpReq *store);
int SetHTTPrequest(struct OperationConfig *config, HttpReq req,
HttpReq *store);
#endif /* HEADER_CURL_TOOL_HELPERS_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment