1
0
Fork 0
mirror of https://codeberg.org/demostf/plugin.git synced 2026-06-04 00:54:08 +02:00

fix improper spacing on curl default opts

This commit is contained in:
stephanie sappho lenzo 2023-07-06 00:05:21 -04:00 committed by Robin Appelman
commit 18be0d31de
2 changed files with 8 additions and 9 deletions

Binary file not shown.

View file

@ -21,7 +21,6 @@ int CURL_Default_opt[][2] = {
{ view_as<int>(CURLOPT_SSL_VERIFYPEER), 0 }, { view_as<int>(CURLOPT_SSL_VERIFYPEER), 0 },
{ view_as<int>(CURLOPT_SSL_VERIFYHOST), 0 }, { view_as<int>(CURLOPT_SSL_VERIFYHOST), 0 },
{ view_as<int>(CURLOPT_VERBOSE), 0 } { view_as<int>(CURLOPT_VERBOSE), 0 }
}; };