diff src/anilist.cpp @ 4:5af270662505

Set override functions as override
author Paper <mrpapersonic@gmail.com>
date Sat, 12 Aug 2023 12:08:16 -0400
parents 190ded9438c0
children 1d82f6e04d7d
line wrap: on
line diff
--- a/src/anilist.cpp	Sat Aug 12 11:57:25 2023 -0400
+++ b/src/anilist.cpp	Sat Aug 12 12:08:16 2023 -0400
@@ -37,7 +37,7 @@
 
 		   For this program, it's probably fine to just contact AniList without
 		   HTTPS verification. However it should still be in the list of things to do... */
-		curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, FALSE);
+		curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, false);
 		res = curl_easy_perform(curl);
 		curl_slist_free_all(list);
 		if (res != CURLE_OK) {