ssh-libssh.c: please checksrc

This commit is contained in:
Daniel Stenberg 2017-12-04 10:48:01 +01:00
parent 9185307522
commit 6401ddad44
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 1 additions and 1 deletions

View File

@ -998,7 +998,7 @@ static CURLcode myssh_statemach_act(struct connectdata *conn, bool *block)
sshc->actualcode = CURLE_QUOTE_ERROR;
break;
}
else if (statvfs) {
else if(statvfs) {
char *tmp = aprintf("statvfs:\n"
"f_bsize: %llu\n" "f_frsize: %llu\n"
"f_blocks: %llu\n" "f_bfree: %llu\n"