mirror of
https://github.com/curl/curl.git
synced 2026-04-14 23:51:42 +03:00
CURLOPT_SSH_KEYFUNCTION.md: fix minor indent mistake in example
This commit is contained in:
parent
64489bc3be
commit
7e0d4dd4a8
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ int main(void)
|
|||
curl_easy_setopt(curl, CURLOPT_SSH_KNOWNHOSTS, "/home/user/known_hosts");
|
||||
|
||||
curl_easy_perform(curl);
|
||||
}
|
||||
}
|
||||
}
|
||||
~~~
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue