Fix weirdly-formatted comment

This commit is contained in:
Chase Harkcom 2026-02-19 10:22:13 -07:00
parent af792ce805
commit 58c326ef06

View File

@ -26,11 +26,9 @@ static void server_call(const rc_api_request_t* request, rc_client_server_callba
void* callback_data, rc_client_t* rc_client) {
LOG_DEBUG(RetroAchievements, "Attempting to call server.");
std::string user_agent =
std::string("Azahar/") +
Common::
g_build_fullname; // TODO: Make this a numeric version as per
// https://github.com/RetroAchievements/rcheevos/wiki/rc_client-integration#user-agent-header
// TODO: Make this a numeric version as per
// https://github.com/RetroAchievements/rcheevos/wiki/rc_client-integration#user-agent-header
std::string user_agent = std::string("Azahar/") + Common::g_build_fullname;
// TODO: Should make this async?
// TODO: Use a persistent client since base URL will maybe be the same? Or instead just need to