mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-31 22:14:06 +00:00
fix compile error
This commit is contained in:
parent
662e37f670
commit
8c481be09b
@ -1403,9 +1403,9 @@ struct string_list* cdrom_get_available_drives(void)
|
||||
|
||||
if (string_split_noalloc(&mods, buf, "\n"))
|
||||
{
|
||||
for (i = 0; i < mods->size; i++)
|
||||
for (i = 0; i < mods.size; i++)
|
||||
{
|
||||
if (strcasestr(mods->elems[i].data, "sg "))
|
||||
if (strcasestr(mods.elems[i].data, "sg "))
|
||||
{
|
||||
#ifdef CDROM_DEBUG
|
||||
found = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user