mirror of
https://codeberg.org/demostf/plugin.git
synced 2026-06-04 09:04:07 +02:00
fix improper spacing on curl default opts
This commit is contained in:
parent
e7576c7433
commit
18be0d31de
2 changed files with 8 additions and 9 deletions
BIN
demostf.smx
BIN
demostf.smx
Binary file not shown.
|
|
@ -21,7 +21,6 @@ int CURL_Default_opt[][2] = {
|
|||
{ view_as<int>(CURLOPT_SSL_VERIFYPEER), 0 },
|
||||
{ view_as<int>(CURLOPT_SSL_VERIFYHOST), 0 },
|
||||
{ view_as<int>(CURLOPT_VERBOSE), 0 }
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue