mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-13 21:49:42 +00:00
Cleanup
This commit is contained in:
parent
a010300d2f
commit
3d667999ab
@ -287,8 +287,7 @@ char *filestream_gets(RFILE *stream, char *s, size_t len)
|
||||
#elif defined(VITA) || defined(PSP)
|
||||
if(filestream_read(stream,s,len)==len)
|
||||
return s;
|
||||
else
|
||||
return NULL;
|
||||
return NULL;
|
||||
#else
|
||||
return gets(s);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user