mirror of
https://github.com/curl/curl.git
synced 2026-07-25 02:37:18 +03:00
simplessl.c: warning: while with space
This commit is contained in:
parent
9ae7030cef
commit
0c671a1501
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ int main(void)
|
|||
curl_easy_strerror(res));
|
||||
|
||||
/* we are done... */
|
||||
} while (0);
|
||||
} while(0);
|
||||
/* always cleanup */
|
||||
curl_easy_cleanup(curl);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue