mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
Fix 'declaration hides parameter'
This commit is contained in:
parent
bcc72aca7c
commit
594dd84e6e
@ -339,8 +339,8 @@ static bool parse_line(config_file_t *conf,
|
|||||||
comment++;
|
comment++;
|
||||||
if (strstr(comment, "include ") == comment)
|
if (strstr(comment, "include ") == comment)
|
||||||
{
|
{
|
||||||
char *line = comment + STRLEN_CONST("include ");
|
char *include_line = comment + STRLEN_CONST("include ");
|
||||||
char *path = extract_value(line, false);
|
char *path = extract_value(include_line, false);
|
||||||
|
|
||||||
if (!path)
|
if (!path)
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user