mirror of
https://github.com/curl/curl.git
synced 2026-08-26 08:23:36 +03:00
tool: remove newlines from all helpf/notef/warnf/errorf calls
Make voutf() always add one. Closes #11226
This commit is contained in:
parent
4efa0b5749
commit
6d45b9ca9c
13 changed files with 120 additions and 116 deletions
|
|
@ -294,7 +294,7 @@ CURLcode tool_setopt_enum(CURL *curl, struct GlobalConfig *config,
|
|||
|
||||
#ifdef DEBUGBUILD
|
||||
if(ret)
|
||||
warnf(config, "option %s returned error (%d)\n", name, (int)ret);
|
||||
warnf(config, "option %s returned error (%d)", name, (int)ret);
|
||||
#endif
|
||||
nomem:
|
||||
return ret;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue