From 6fcd47cd728a6716a6ae3835ae530d194d2645ed Mon Sep 17 00:00:00 2001 From: a Date: Wed, 27 Nov 2024 22:00:08 +0200 Subject: [PATCH] avoid git conflict --- dll/steam_remote_storage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dll/steam_remote_storage.cpp b/dll/steam_remote_storage.cpp index 2814e642..1bcb92c9 100644 --- a/dll/steam_remote_storage.cpp +++ b/dll/steam_remote_storage.cpp @@ -496,7 +496,7 @@ bool Steam_Remote_Storage::GetUGCDetails( UGCHandle_t hContent, AppId_t *pnAppID { PRINT_DEBUG_ENTRY(); std::lock_guard lock(global_mutex); - + return false; }