mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
Style nit
This commit is contained in:
parent
26e191f642
commit
842ac40c6e
@ -438,6 +438,8 @@ int retro_vfs_file_delete_impl(const char *path)
|
|||||||
|
|
||||||
const char *retro_vfs_file_get_path_impl(libretro_vfs_implementation_file *stream)
|
const char *retro_vfs_file_get_path_impl(libretro_vfs_implementation_file *stream)
|
||||||
{
|
{
|
||||||
if (!stream) abort(); /* should never happen, do something noisy so caller can be fixed */
|
/* should never happen, do something noisy so caller can be fixed */
|
||||||
|
if (!stream)
|
||||||
|
abort();
|
||||||
return stream->orig_path;
|
return stream->orig_path;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user