mirror of
https://github.com/curl/curl.git
synced 2026-07-25 16:47:16 +03:00
code: style updates
This commit is contained in:
parent
9d194a1143
commit
a71012c03e
85 changed files with 249 additions and 248 deletions
|
|
@ -417,7 +417,7 @@ static CURLcode ssh_getworkingpath(struct connectdata *conn,
|
|||
if(!working_path)
|
||||
return CURLE_OUT_OF_MEMORY;
|
||||
|
||||
/* Check for /~/ , indicating relative to the user's home directory */
|
||||
/* Check for /~/, indicating relative to the user's home directory */
|
||||
if(conn->handler->protocol & CURLPROTO_SCP) {
|
||||
real_path = malloc(working_path_len+1);
|
||||
if(real_path == NULL) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue