Commit 0e61e836 authored by Lioncash's avatar Lioncash
Browse files

game_list: Resolve variable shadowing within LoadCompatibilityList()

"value" is already a used variable name within the outermost ranged-for
loop, so this variable was shadowing the outer one. This isn't a bug,
but it will get rid of a -Wshadow warning.
parent 7fe10dea
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment