This commit is contained in:
Robin Gareus 2022-10-21 18:04:11 +02:00
parent 7fb82690bd
commit ace2cc095c
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

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";