mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Cleanups
This commit is contained in:
parent
8aa4d6d148
commit
fde596fae4
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue