This commit is contained in:
Robin Gareus
2022-10-21 18:04:11 +02:00
parent 7fb82690bd
commit ace2cc095c

View File

@@ -61,7 +61,7 @@ struct ping_call {
#ifdef PLATFORM_WINDOWS
static std::string
build__query_string (ArdourCurl::HttpGet const & h)
build_query_string (ArdourCurl::HttpGet const & h)
{
# if ( defined(__x86_64__) || defined(_M_X64) )
return "s=Windows64";