Skip to content

Commit

Permalink
avoid git conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
a committed Nov 27, 2024
1 parent 1c5e64f commit 6fcd47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dll/steam_remote_storage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ bool Steam_Remote_Storage::GetUGCDetails( UGCHandle_t hContent, AppId_t *pnAppID
{
PRINT_DEBUG_ENTRY();
std::lock_guard<std::recursive_mutex> lock(global_mutex);

return false;
}

Expand Down

0 comments on commit 6fcd47c

Please sign in to comment.