Fixed: Typo
--HG-- branch : develop
This commit is contained in:
parent
6097ada1fa
commit
729ba2ebbd
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ namespace NLGUI
|
|||
// CURL using OpenSSL backend
|
||||
// With OpenSSL compiled without any engine, engines will too return NULL
|
||||
// Fortunately, if OpenSSL isn't compiled with engines means we compiled it ourself and CURL is a recent version
|
||||
if ((res == CURLE_OK) && engine)
|
||||
if ((res == CURLE_OK) && engines)
|
||||
{
|
||||
// free engines
|
||||
curl_slist_free_all(engines);
|
||||
|
|
Loading…
Reference in a new issue