mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 16:13:40 +00:00
Cleanups
This commit is contained in:
parent
8aa4d6d148
commit
fde596fae4
@ -276,7 +276,7 @@ int intfstream_getc(intfstream_internal_t *intf)
|
||||
#ifdef HAVE_CHD
|
||||
return chdstream_getc(intf->chd.fp);
|
||||
#else
|
||||
return -1;
|
||||
break;
|
||||
#endif
|
||||
}
|
||||
|
||||
@ -298,7 +298,7 @@ int intfstream_tell(intfstream_internal_t *intf)
|
||||
#ifdef HAVE_CHD
|
||||
return (int)chdstream_tell(intf->chd.fp);
|
||||
#else
|
||||
return -1;
|
||||
break;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user