There was an error while loading. Please reload this page.
1 parent efe620b commit 10df9ffCopy full SHA for 10df9ff
1 file changed
CCDB/include/CCDB/CcdbApi.h
@@ -632,7 +632,7 @@ class CcdbApi //: public DatabaseInterface
632
633
// tmp helper and single point of entry for a CURL perform call
634
// helps to switch between easy handle perform and multi handles in a single place
635
- int CURL_perform(CurlHandle* handle) const; // returns a CURLcode
+ int CURL_perform(CurlHandle* handle) const; // returns a CURLcode
636
637
mutable CCDBDownloader* mDownloader = nullptr; //! the multi-handle (async) CURL downloader
638
bool mIsCCDBDownloaderPreferred = false;
0 commit comments